Please take a look at the live site
Cody Lewis
To install, you'll need to
sudo apt install ruby ruby-dev ruby-bundler zlib1g-dev
sudo gem install jekyll
cd /path/to/repo
bundle install --path vendor/bundle
To run use
bundle exec jekyll serve --drafts --watch
The site will appear at http://127.0.0.1:4000, and you can develop drafts in the _drafts
folder.
This site is based on the Poole template here. Take a look there for markdown examples.
Enable git hooks to run:
git config --local core.hooksPath .githooks/
Open sourced under the MIT license.