Based on Hux Blog, Enhanced with modern features.
Full $\LaTeX$ rendering support
Parameterized CSS, free to customize main/aux theme colors
Auto Light/Dark Mode
Parallax effect on header images
Open-box Busuanzi statistics
One-key return top floating button
Improved Theme style on search
, quote
, tags
, breadboard notification
and bold text style
.
Implemented page number indicator
You will need Ruby and Bundler to use Jekyll. Following Using Jekyll with Bundler to fullfill the enviromental requirement.
Installed dependencies in the Gemfile
:
$ bundle install
localhost:4000
by default):$ bundle exec jekyll serve # alternatively, npm start
To modify the theme, you will need Grunt. There are numbers of tasks you can find in the Gruntfile.js
, includes minifing JavaScript, compiling .less
to .css
, adding banners to keep the Apache 2.0 license intact, watching for changes, etc.
Yes, they were inherited and are extremely old-fashioned. There is no modularization and transpilation, etc.
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) 2022-present KirisameR
Hux Enhanced is derived from Clean Blog Jekyll Theme (MIT License) Copyright (c) 2013-2016 Blackrock Digital LLC.