Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal Hugo theme using the Ubuntu font
Elephants is a minimal Hugo theme, built solely for the Hugo static site generator, that renders text-heavy content using the Ubuntu typeface with a high-contrast layout and no JavaScript.
Elephants is a Hugo theme designed to be minimal, with the whole interface set in the Ubuntu font. It takes a Hugo site's content files and outputs a static website with high-contrast text and zero client-side scripts. The theme is hosted on GitLab and licensed under the MIT License, so it can be freely reused and modified. Its core focus is typography and readability rather than interactive features.
git submodule add command.Install the theme into your Hugo site's themes directory using the provided git submodule command, then activate it in your site configuration. For development, build the Docker image and start the example site with hugo server; the example directory contains a working site to modify.
Yes, Elephants is released under the MIT License, which allows free use, modification, and redistribution for both personal and commercial purposes.
No. Elephants intentionally includes no JavaScript at all, making it a suitable base for privacy-focused or performance-conscious sites.
Elephants uses the Ubuntu font throughout the theme. The font gives all headings, body text, and navigation a single consistent typeface.
Build the image with docker build . -t elephants, then run a shell with docker run -it elephants shell, and from inside the container run cd example && hugo server to start the example site.
The theme documentation does not state a minimum Hugo version, but the theme's minimal structure is likely compatible with recent Hugo releases.