A simple and retro styled Hugo theme ported from Hexo
The Minos theme is a simple and retro styled theme designed to focus on the user’s ideas. It is a port of the Minos theme from Hexo to Hugo and requires Hugo version 0.59 or higher. The theme includes features such as a gallery, commenting, search box, hierarchical categories, smart table of contents, Disqus integration, Google Analytics integration, KaTeX support, and syntax highlighting using highlight.js.
To install the Minos theme, follow these steps:
Clone the repository to the themes/ directory of your Hugo project.
git clone https://github.com/ppoffice/hugo-theme-minos.git themes/hugo-theme-minos
Specify hugo-theme-minos as your default theme in the config.toml file of your Hugo project. Add the following line:
theme = "hugo-theme-minos"
Configure additional options in the config.toml file to customize the theme’s behavior. Available options include pagination, smart table of contents, post navigation, Disqus integration, Google Analytics integration, and KaTeX support.
Customize the theme’s appearance by adding custom CSS and adjusting other configuration variables.
The Minos theme is a simple and retro styled theme that aims to highlight the user’s ideas. It offers several features including a gallery, commenting system, search box, hierarchical categories, smart table of contents, Disqus integration, Google Analytics integration, KaTeX support, and syntax highlighting. Installing the theme is straightforward and additional customization options are available in the config.toml file.