Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Crisp, minimal personal website and blog theme for Hugo, forked from Ezhil.
Ink is a crisp, minimal personal website and blog theme for the Hugo static site generator, forked from the Ezhil theme.
Ink is a Hugo theme that converts Markdown content into a fast, static personal website with a blog index, recent posts, and static pages. Developed by knadh and released under the MIT license, it runs on any Hugo site, pulling content from Markdown files with TOML front matter and building to plain HTML. A live demo is available at https://hugo-ink.netlify.app. The theme is a fork of the Ezhil theme and follows Hugo's standard installation procedure.
Ink bundles a focused set of features for a minimal blog, all configurable through Hugo's site parameters.
Ink suits personal bloggers, developers, and writers who want a fast, minimalist static site without extra complexity.
With Ink you can publish a personal blog, create permanent static pages, integrate comments, and localize month names.
Clone the repository into your Hugo site's themes directory, then configure your site to use the theme and follow Hugo's official setup guide. Use the site parameters mainSections and disableDisqusTypes to control which content types appear in recent posts and which types skip Disqus comments. To localize month names, drop a month.yaml into the data folder mapping integer month numbers to the desired language strings.
Common questions about installing and using Ink are answered below.
Yes, Ink is open source and licensed under the MIT license, so you can use, modify, and redistribute it freely for personal or commercial projects.
Yes, Ink integrates with Disqus comments. You can enable Disqus for posts via your Hugo site configuration, and you can disable it for specific content types using the disableDisqusTypes parameter.
Yes, the theme supports custom CSS and JS injection, and because it is a fork of the Ezhil theme with a simple structure, you can edit templates directly. The MIT license allows full customization and redistribution.
Create a month.yaml file in the data folder of your Hugo site root, mapping month numbers 1 through 12 to the localized month names as strings. The theme will then use those names for post dates.
Ink is forked from the Ezhil theme, so it shares a similar minimal aesthetic but is a separate project maintained by knadh. Both are open source under the MIT license.
