Skip to content
moduli edited this page Sep 29, 2016 · 3 revisions

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.

Clone this wiki locally