Generates static HTML pages from ERB templates and textile documents
site/_layouts/
for layouts. default.html is defaultsite/_pages/
for static pages.site/_posts/
for blog posts – must have adate
argument.
Pages + posts have optional YAML front matter which can be read in layouts by arg[:key]
---
key: value
---
ruby bin/ego.rb
rsync -v site/*.html user@host.com:www/
None yet