- Install Node.js
- Install grunt:
npm install -g grunt-cli
- Install the Node.js dependencies via npm:
npm install
- Install Ruby; See this guide
- Run
gem install bundle
and thenbundle install
- Run
grunt build
to build the static site,grunt
to build and watch for changes (http://localhost:8000/) - To test the site, run
npm test
- Move posts into
_posts
- Add jekyll-feed