8000 GitHub - adjohu/ego: A Ruby script to generate static HTML pages from slim templates and textile documents
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
/ ego Public
forked from JakeCoxon/ego

A Ruby script to generate static HTML pages from slim templates and textile documents

Notifications You must be signed in to change notification settings

adjohu/ego

 
 

Repository files navigation

Ego

Generates static HTML pages from ERB templates and textile documents

  • site/_layouts/ for layouts. default.html is default
  • site/_pages/ for static pages.
  • site/_posts/ for blog posts – must have a date argument.

Pages + posts have optional YAML front matter which can be read in layouts by arg[:key]

---
key: value
---

To generate pages

ruby bin/ego.rb

To sync with server

rsync -v site/*.html user@host.com:www/

License

None yet

About

A Ruby script to generate static HTML pages from slim templates and textile documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0