Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal and fast Hugo theme for bloggers, featuring a single-column layout, yearly post archive, and lightweight code highlighting.
Hermit is a minimal and fast Hugo theme built for bloggers who want a simple, focused website. It runs on the Hugo static site generator, takes Markdown content from content and configuration from config.toml, and outputs a lightweight static blog with a single-column reading layout. The theme is developed by Track3 and has a live demo at https://hugo-theme-hermit.netlify.com/.
Hermit is a Hugo theme that presents all of your posts on a single home page, with each year as its own section, and renders individual posts as clean, typography-focused pages. It is built with SCSS and minimal JavaScript, uses no third-party JavaScript framework, and the repository has 1,146 stars on GitHub. The theme is fully responsive and retina-ready.
code-copy.js script.config.toml.layouts folder, and change colors or fonts by editing assets/scss/_predefined.scss (requires Hugo extended edition).extra-head.html or extra-foot.html in your site's layouts/partials folder.Hermit is for bloggers who want a minimalist, fast website without visual clutter. It also suits developers comfortable with the Hugo ecosystem who want to customize the theme by overriding templates, editing SCSS variables, or injecting code. Writers who publish Markdown documents will benefit from the simple content workflow: just add a file to content or content/posts and run hugo.
Install the theme by cloning the repository into the themes/hermit directory, or add it as a git submodule. Then copy exampleSite/config.toml to your site's root, create content using hugo new posts/post-title.md, and run hugo to generate the static site. To customize, add templates to your root layouts folder that override the theme's, or append custom CSS by listing it in the customCSS parameter.
Pros:
Cons:
comments.html partial.The theme's documentation does not pin a specific minimum Hugo version, but it relies on features like partials and SCSS support, so recent Hugo versions (including the extended edition for SCSS rebuilding) are recommended.
Yes. You can set a featured image for a page or post, and it will be displayed as a dimmed background at the top of the page.
Hermit ships with 22 social icons including GitHub, Twitter, Instagram, LinkedIn, YouTube, Telegram, Dribbble, and more. The name parameter in the social menu must exactly match one of the supported names.
Yes. There are two ways: assign an array of stylesheets to the customCSS parameter in config.toml, or override assets/scss/_predefined.scss to change theme variables (the latter requires Hugo extended).
Run git clone https://github.com/Track3/hermit.git themes/hermit from your Hugo site's root, or download the repository as a zip and extract it into your themes folder.
