Update Gems etc.
$ bundle install
Serve the website (localhost:4000
by default):
$ bundle exec jekyll serve
Make a post
$ rake post title="Hello 2015" subtitle="Hello World, Hello Blog"
Critical Jekyll-related code are located in _include/
and _layouts/
. Most of them are Liquid templates.
This theme uses the default code syntax highlighter of jekyll, Rouge, which is compatible with Pygments theme so just pick any pygments theme css (e.g. from here and replace the content of highlight.less
.
Apache License 2.0. Copyright (c) 2015-present Huxpro
Hux Blog is derived from Clean Blog Jekyll Theme (MIT License) Copyright (c) 2013-2016 Blackrock Digital LLC.