Testing Jekyll and trying to organize my tinkerings.
Installing gems via bundler:
1
bundle install
Serve the site locally:
1
bundle exec jekyll serve
Highlighting with Rouge https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers
rougify style github > rouge.css
Github.io's Jekyll site rebuilds after a push.
Markdown (*.md) comments:
1
2
3
4
5
6
7
[//]: # (This may be the most platform independent comment)
[//]: # (Note to self: no <p> around markdown or parser switches to inline html.)
[//]: # (Class needs to be on the same line with image, otherwise an empty <p> will get the attr.)
[//]: # (![Blue buffalo of spades](/images/favicon-152.png){:class="centered-wrapper" height="100px" width="50px"})
Liquid Snippets in the _includes directory.