eXtremely Minimal Hugo theme: about 140 lines of code in total, including HTML and CSS (with no dependencies)
HUGO XMin is a minimal Hugo theme written by Yihui Xie. Its main purpose is to serve as a minimal example for beginners of Hugo templates. The theme consists of approximately 130 lines of code, including both HTML templates and CSS.
To install the HUGO XMin theme, follow these steps:
git clone <theme-repository-url> themes/XMin
theme
field in the config file to XMin
.HUGO XMin is a minimal Hugo theme designed specifically for beginners. With its minimal design and beginner-friendly templates, it serves as a great starting point for those new to Hugo. Despite its simplicity, the theme includes a small amount of CSS to improve readability. Installation is straightforward, following a simple cloning process and configuration update.