Hugo Theme Mini is a highly efficient, minimalist, and responsive theme specifically crafted for bloggers using the Hugo static site generator. It prioritizes speed and a clean user experience, ensuring your content stands out without unnecessary clutter.
Key Features:
- Fast Performance: Optimized for quick loading times, providing an excellent user experience.
- Minimalist Design: A clean and uncluttered aesthetic that focuses on readability and content.
- Responsive Layout: Adapts seamlessly to various screen sizes, from desktops to mobile devices.
- Content Organization: Includes built-in support for archives and tags, making it easy for readers to navigate your blog.
- Multilingual Support: Easily configurable for multiple content languages, including English, Chinese, Dutch, French, Spanish, and Danish.
Installation: The theme can be installed either as a Hugo Module (recommended) or as a Git Submodule.
- Hugo Module:
- Initialize Hugo module system:
$ hugo mod init github.com/<your_user>/<your_project> - Add to
config.yaml:theme: - github.com/nodejh/hugo-theme-mini
- Initialize Hugo module system:
- Git Submodule:
- Add submodule:
$ git submodule add https://github.com/nodejh/hugo-theme-mini.git themes/mini - Add to
config.yaml:theme: mini
- Add submodule:
Configuration Highlights:
- Config File: Utilize the
exampleSite/config.yamlas a starting point for your site's configuration. - Comments: Integrate Disqus by setting
disqusShortnameandenableComments: truein your config. Comments can also be disabled on a per-post basis. - Google Analytics: Enable tracking by providing your
googleAnalyticsID and settingenableGoogleAnalytics: true. - Custom Branding: Easily replace the default logo (
avatar.png) and favicon (favicon.ico) by placing your images in thestatic/imagesdirectory. - Production Build: Ensure Google Analytics and other production-specific settings are active by running
HUGO_ENV=production hugo. - Table of Content: Enable
showToc: truefor automatic table of contents generation. - Custom CSS/JS: Extend the theme with custom stylesheets and JavaScript files, supporting both local and remote assets.
- Math Typesetting: Integrate mathematical notation using KaTeX, configurable globally or per page.
- Hidden Post Summary: Option to hide post summaries on the home page with
hiddenPostSummaryInHomePage: true.
Hugo Theme Mini is an ideal choice for bloggers seeking a clean, fast, and easily customizable platform to share their content.





