Skip to content

chase1k/chase1k.github.io

 
 

Repository files navigation

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.

License

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 34.8%
  • CSS 23.6%
  • Less 21.8%
  • JavaScript 18.6%
  • Ruby 1.2%