jekyll
liquid templating language for jekyll
jekyll/liquid cheat sheet
remote debugging jekyll on github
"You can configure a third-party service such as Travis CI to display error messages after each commit." help.github.com
- this website in Travis: https://travis-ci.org/companje/companje.github.io?utm_source=email&utm_medium=notification
bundle install
bundle install
Liquid Exception: no implicit conversion of Fixnum into String.
caused by 'escape' liquid tag in _layouts/x.html
.
get version
bundle exec jekyll -v
serve locally
bundle exec jekyll serve --profile --incremental --verbose
defaults
add this to _config.xml to give a the default page template
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"