0.0
No commit activity in last 3 years
No release in over 3 years
The microstatic gem turns generating your static site and deploying it to S3 into a one-liner.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.2.3
~> 2.13.0

Runtime

>= 1
>= 2.0
>= 0
>= 0.15
 Project Readme

Microstatic

The microstatic gem turns generating your static site and deploying it to S3 into a one-liner. There's a blog post with more details on the what and the why.

Microstatic does two things. Firstly it provides a command-line tool that makes it ridiculously simple to create a new microsite. Secondly it provides a rake task that makes it ridiculously simple to push new content to the microsite.

Creating a new microsite

microstatic setup and you’re done. This will create a new S3 bucket to hold your microsite, and then add a Route 53 entry to wire that S3 bucket up to a subdomain.

Deploying content to your microsite

rake deploy and you’re done. Microstatic ships with a rake task that will sync your local contents with the S3 bucket hosting your site.

Demo time!

<iframe src="//player.vimeo.com/video/84530116" width="500" height="375" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

Microstatic: setup a static subdomain microsite in < 30 seconds from Pete Hodgson on Vimeo.

Credits

The s3 deployment code was originally written by Giles Alexander

TODO

  • specify MICROSTATIC_SITE_NAME and cloud creds using dot file