A clean and minimal Hugo theme.
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.
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.
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.