All Projects → carsonip → Hugo Theme Minos

carsonip / Hugo Theme Minos

Licence: mit
A simple and retro styled Hugo theme ported from Hexo

Projects that are alternatives of or similar to Hugo Theme Minos

Hugo Swift Theme
A simple open source theme for publishing with hugo
Stars: ✭ 85 (-24.78%)
Mutual labels:  hugo, hugo-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+1115.93%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Learn
Porting Grav Learn theme to Hugo
Stars: ✭ 1,155 (+922.12%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-21.24%)
Mutual labels:  hugo, hugo-theme
Pulp
Pulp is a Hugo theme for getting a simple, easy-to-read blog site.
Stars: ✭ 95 (-15.93%)
Mutual labels:  hugo, hugo-theme
Hugo Journal
Minimalist theme for gohugo
Stars: ✭ 63 (-44.25%)
Mutual labels:  hugo, hugo-theme
Hugo Bearblog
🧸 A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. This theme now includes a dark color scheme to support dark mode 🦉 ⬛️!
Stars: ✭ 86 (-23.89%)
Mutual labels:  hugo, hugo-theme
Simple A
Minimalistic Hugo theme
Stars: ✭ 53 (-53.1%)
Mutual labels:  hugo, hugo-theme
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-28.32%)
Mutual labels:  hugo, hugo-theme
Hugo Uilite
Stars: ✭ 79 (-30.09%)
Mutual labels:  hugo, hugo-theme
Dimension
Ported theme of Dimension by HTML5 UP. One page responsive site with modals instead of pages.
Stars: ✭ 94 (-16.81%)
Mutual labels:  hugo, hugo-theme
Compose
A Hugo theme for documentation sites. It's inspired by https://forestry.io/docs/welcome/
Stars: ✭ 95 (-15.93%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Slim
Hugo theme—Slim
Stars: ✭ 99 (-12.39%)
Mutual labels:  hugo, hugo-theme
Hugo Geo
Theme I use for my personal website
Stars: ✭ 65 (-42.48%)
Mutual labels:  hugo, hugo-theme
Hugo Book
Hugo documentation theme as simple as plain book
Stars: ✭ 1,115 (+886.73%)
Mutual labels:  hugo, hugo-theme
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (-38.94%)
Mutual labels:  hugo, hugo-theme
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (-54.87%)
Mutual labels:  hugo, hugo-theme
Loveit
❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
Stars: ✭ 1,060 (+838.05%)
Mutual labels:  hugo, hugo-theme
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+963.72%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Even
🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: ✭ 1,351 (+1095.58%)
Mutual labels:  hugo, hugo-theme

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.59+.

Screenshots

Home Article Tag

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

Pagination

paginate = 10

Smart TOC

[params]
    smartToc = true

Post Navigation

[params]
    noPostNavigation = true

This option disables links to next and previous post at the bottom of posts.

Disqus

disqusShortname = "xxxxxx"

Google Analytics

googleAnalytics = "UA-123-45"

KaTeX

[params]
    katex = true

This option enables the KaTeX auto-render extension. To render block math, use $$ ... $$. For inline math, use \\( ... \\). For more details, please refer to https://github.com/KaTeX/KaTeX/blob/v0.7.1/contrib/auto-render/auto-render.js#L73 .

Custom CSS

[params]
    customCss = ["css/foo.css"]

Others

For other configuration variables, visit Hugo documentation.

Post Params

Featured Image displayed in index.html

+++
featuredImage = "img/foobar.jpg"
+++

Hide the post from index.html

This can be used when creating an "About me"-page.

+++
hidden = true
+++

Enable KaTeX for this post

Enable KaTeX for a specific post without enabling the global switch.

+++
katex = true
+++

Suppress date in an article

Hide the date from an article, e.g. because it's just an index:

+++
omitDate = 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].