npm installfor install node depedenciesbundle installfor install bundle depedencies
export JEKYLL_ENV=developmentfor mode developmentexport JEKYLL_ENV=productionfor mode production
./initpost -houtput instructions./initpost -c {POST_TITLE}create post./initpost -d {POST_TITLE}create draft post./initpost -p {POST_TITLE}publish/promote a draft to a post
-
npm run buildfor Compile sass, js and build site files -
npm run deployfor Deploy to other branch which on github pages -
Commit files and push to development branch.
run npm start or bundle exec jekyll server --host=[IP ADDR]