We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the moduli.github.io wiki!
% cd /Users/moduli/Dropbox/Code/Website
NEW POSTS
% rake new_post["title"] // new blog post
% rake new_page['Video.markdown'] // new main page
EDIT POST
[website]/source/_posts/*.markdown
COMPILE
% rake generate
POST TO GITHUB
"rake generate" creates output in "_site" directory. Copy contents of _site directory to the moduli.github.io git repository to make updates.