title | permalink | layout |
---|---|---|
About |
/about/ |
page |
gem install bundler
bundle install
bundle exec jekyll serve
Just fork the repo and adjust the _config.yml
to use with Github Pages and your page is done.
- supports dark mode on macOS Mojave
- optional sidebar
- MathJax support
- no external ressources
- included archive page
- supports pagination
- feed generation
- responsive
- syntax highlighting
- supports comments via disqus or isso
You can use this theme with the jekyll-remote-theme
plugin. Just create an empty repo, copy over the index.html
file and add this to your _config.yml
:
remote_theme: niklasbuschmann/[email protected]
plugins:
- jekyll-remote-theme