This repo is generated from vsoch/mkdocs-jekyll template, and can also active as a template.
It adds three main features:
- TOC can highlight when locate a position.
- Preview h1 h2 h3 toc on the right sidebar.
- Preview all your wikis on the left sidebar.
You can clone the repository right to where you want to host the wikis:
git clone https://github.com/chenggroup/chenggroup.github.io.git
cd chenggroup.github.io.git
To edit configuration values, customize the _config.yml. To add wikis, write them into the _wiki folder.
Most of the configuration values in the _config.yml are self explanatory, and for more details, see the jekyll configuration rendered on the site.
Depending on how you installed jekyll:
jekyll serve
# or
bundle exec jekyll serve
Look at jekyll installation to get more information.