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 hugo-ink with privacy features like no CDN dependencies.

A deprecated Jekyll blog theme for GitHub Pages with Disqus, Google Analytics, pagination, and custom tags.

A lightweight theme for Jekyll featuring a minimalist, content-first design.

Free multipage Bootstrap 3 sports and gaming website template with full-screen slider, video, blog, and Google Maps contact form.

A Hexo blog theme that reproduces GitHub's visual style, with pre-2017 and 2017 UI versions.
Ink-Free is a minimal, privacy-focused Hugo blog and personal website theme forked from hugo-ink, designed to run with no external CDN dependencies. It turns Markdown content into a fast static site with features like a floating table of contents, word counts, and Mermaid diagram support.
Ink-Free is a Hugo theme for blogs and personal websites, forked from hugo-ink by knadh and originally from the Ezhil theme. It takes standard Hugo content files written in Markdown and renders them into a static HTML site. The theme requires Hugo version 0.87.0 or newer and is licensed under the MIT license. The theme was created and is maintained by chollinger93 (Christian Hollinger) as a local, self-contained alternative to hugo-ink.
inlineimg shortcode to render images like SVGs inline, and support for the  syntax for image titles.mermaidCDN.Installation follows the standard Hugo theme workflow: cd themes && git submodule add https://github.com/chollinger93/ink-free. A runnable example site is included in the exampleSite directory, started with hugo serve --themesDir ../... Content types are set via front matter, and page types like page can be excluded from recent-post listings through the mainSections site parameter.
No. By default Ink-Free removes all Google Font CDN references and analytics code. The theme does load Mermaid.js via a CDN unless you change the mermaidCDN parameter, and the optional Feather icon CDN can be replaced with a static copy.
Add the theme as a git submodule: git submodule add https://github.com/chollinger93/ink-free themes/ink-free, then set theme = "ink-free" in your site configuration. Hugo 0.87.0 or newer is required.
No built-in analytics. The theme supports self-hosted Umami analytics; you can add your Umami script via the theme's custom JS or configuration.
Yes. Ink-Free reads month names from a month.yaml file in your Hugo site's data directory, letting you localize the date display even though Hugo's .Date function doesn't support multilingual months natively.
Yes, the theme is open source and released under the MIT license.