mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -08:00
7459a3f0e1a282b68dce4d715f9a480130d6c366
Move the onScroll function definition to above its call
Minos
A simple and retro styled theme, concentrated more on your ideas.
Minos is a Hugo theme ported from Hexo theme Minos. Requires Hugo v0.15+.
Screenshots
Features
- Everything in the original Mino theme, except
- Gallery (fancybox)
- Duoshuo comment
- Search box
- Hierarchical categories (since this isn't supported in Hugo)
- Smart table of contents (will highlight and expand current section in TOC)
- Disqus
- Google Analytics
- KaTeX
- Syntax highlighting using highlight.js
Installation
To install Minos as your theme, first clone this repository in the themes/ directory:
$ cd themes/
$ git clone --depth 1 https://github.com/carsonip/hugo-theme-minos
Second, specify hugo-theme-minos as your default theme in the config.toml file. Just add the line
theme = "hugo-theme-minos"
Options
Smart TOC
[params]
smartToc = true
Disqus
[params]
disqusShortname = "xxxxxx"
Google Analytics
[params]
googleAnalytics = "UA-123-45"
KaTeX
[params]
katex = true
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Original Author
PPOffice
Ported by
Carson Ip
License
Licensed under the MIT License. See the LICENSE file for more details.
Description
Languages
CSS
59.9%
HTML
40.1%


