Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A block-based Hugo theme for consulting and service businesses with multilingual support and Tailwind CSS.

Hugo and Tailwind CSS template for services and SaaS marketing sites, optimized for conversion and low-cost hosting.
Hugo Theme Blunix is a professional, block-based Hugo theme for consulting and service-based business websites, created and maintained by Blunix GmbH. It powers the company's own site at www.blunix.com.
Hugo Theme Blunix is a Hugo theme that turns plain markdown content and front matter into a static business website with a block-based page builder. You define pages by listing reusable content blocks in each page's front matter, and the theme renders them as responsive HTML with Tailwind CSS styling. The theme runs on Hugo Extended v0.120.0 or later and requires Go v1.21 or later when installed as a Hugo Module, but no Node.js or npm are needed because the CSS is pre-compiled.
Consulting firms and service-based companies can build a corporate website with service pages, pricing, and contact sections without writing frontend code. Web developers who use Hugo can use the block-based layout to assemble custom pages quickly from configurable front matter. Multilingual businesses can ship an English and German version of their site using the bundled i18n files. Small teams needing a no-build-tool workflow can edit the theme as a submodule and rely on Hugo's static generation.
Pages define a blocks array in their front matter, where each item has a block field matching a partial name in the theme's layouts/partials/blocks/ directory. The theme loops through the array in order and renders each block partial, passing the remaining front matter fields as parameters. For example, a page can start with a hero block, follow with a text-image block, and finish with a cta block.
No. The theme ships with pre-compiled CSS and JavaScript in the static/ directory, so you only need Hugo Extended v0.120.0 or later (and Go v1.21+ if you use Hugo Modules). You can edit the CSS directly in static/css/style.css without any build step.
You need Hugo Extended v0.120.0 or later. The theme also requires Go v1.21 or later when installed as a Hugo Module, because Hugo Modules need Go to resolve dependencies.
The theme is open source and released under the MIT License, so it is free to use and modify for personal and commercial projects.
The theme includes English and German translation files in the i18n/ directory. You can add additional languages by creating your own translation files following the same pattern.
Yes. You can add new block partials to your site's layouts/partials/blocks/ directory, and they will be available alongside the theme's built-in blocks when you reference them in front matter.