The templates and source posts and pages are in the src directory; the Jekyll-generated site is written out to the site directory.
Install Jekyll and dependencies. This assumes that you have Ruby, RubyGems, and Bundler installed.
bundle installgem install jekyll --no-rdoc --no-rigem install compass --no-rdoc --no-ri
To rebuild the site:
- Type
makeand hit return.
To run a local server and have it rebuild the site automatically during development:
- Type
make serverand hit return. By default, the dev server is available at http://localhost:4000/.