2017-02-20 21:11:49 +01:00
2017-02-19 16:34:50 +01:00
2017-02-19 14:15:17 +01:00
2017-02-19 14:15:17 +01:00
2017-02-18 23:25:00 +01:00
2017-02-20 21:01:14 +01:00
2017-02-20 21:11:49 +01:00

Minos

A simple and retro styled Hexo theme, concentrated more on your ideas.

Minos is a hugo theme ported from Hexo theme Minos. Requires Hugo v0.15+.

Features

  • Everything in the original Mino theme, except
    • Gallery (fancybox)
    • Duoshuo comment
    • Search box
  • Disqus
  • Google Analytics
  • KaTeX

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

Disqus

[params]
    disqusShortname = "xxxxxx"

Google Analytics

[params]
    googleAnalytics = "UA-123-45"

KaTeX

[params]
    katex = true

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. 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
No description provided
Readme 2 MiB
Languages
CSS 59.9%
HTML 40.1%