Hugo Theme Minima screenshot

Hugo Theme Minima

Author Avatar Theme by Mivinci
Updated: 27 Dec 2024
147 Stars

A clean and minimal Hugo theme.

Overview

Minima is a clean and minimal Hugo theme that was originally ported from Hexo Minima. It is designed to provide a simple and elegant look for Hugo websites. The main branch of Minima is currently in the development phase, so the user interface and configuration may vary. You can check out an example site to see how the theme looks.

Features

  • Dark Mode: Minima supports a dark mode option.
  • Multilingual Mode: The theme has built-in support for displaying content in multiple languages.
  • Code Highlighting: Minima uses the VSCode dark+ theme for code syntax highlighting.
  • Math: The theme supports mathematical equations using the KaTeX plugin.
  • Flowcharts: Minima includes support for creating flowcharts using the Mermaid plugin.
  • Commenting: The theme allows for comments on posts using Disqus, Utterances, or Giscus.
  • Search: Minima has a search functionality powered by FuseJS.
  • Google Analytics: The theme integrates with Google Analytics for website tracking.
  • External Links: Minima provides the ability to add external links to your site.
  • RSS: The theme includes an RSS feed for content syndication.

Installation

Before using Minima, you must have Hugo (extended version) installed on your device. To install the Minima theme, you can either use git submodule or git clone.

Using git submodule:

git submodule add https://github.com/username/minima.git themes/minima

Using git clone:

git clone https://github.com/username/minima.git themes/minima

Next, you need to configure the theme by following the instructions in the exampleSite/config.yaml file and editing your own configuration file.

Summary

Minima is a minimal Hugo theme with a clean design. It offers a range of features including dark mode, multilingual support, code highlighting, math equations, flowcharts, commenting functionality, search, Google Analytics integration, external links, and an RSS feed. With its easy installation process, Minima provides users with a customizable and elegant theme for their Hugo websites.