Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A modern, responsive Hugo theme for news and media sites, built with Tailwind CSS and Alpine.js.

A minimal Jekyll theme forked from Kiko, designed to be ugly and old-school, with liquid micros and case-based tag sorting.

A minimal Hugo theme that lets content stand out by relying on default browser styles and minimal CSS classes.

A minimalistic Gatsby Blog Theme styled with TailwindCSS

A personal blog and project website built with Jekyll and Sass.
Hugo News Theme is a responsive Hugo theme for news and media websites, built with Tailwind CSS, Alpine.js, and Fuse.js for search.
Hugo News Theme is a free, open-source Hugo theme that transforms Markdown content into a modern news site. It expects Hugo content files with front matter for titles, authors, categories, and tags, and outputs a static HTML site with responsive layouts, a search index, and author pages. The theme runs on Hugo Extended version 0.128.0 or higher and requires Node.js 18.0.0 or higher to compile Tailwind CSS via PostCSS. The theme is developed and maintained by the GitHub user professionalaf under the MIT license.
Installation is a three-step process: clone or submodule the theme into the themes directory, run npm install inside the theme folder to build Tailwind and PostCSS assets, then set theme to "hugo-news" in the site's hugo.toml. Content is organized into articles, authors, and categories directories; each article's front matter controls its featured image, category, tags, and author. Development and production builds run through the included npm scripts (npm run dev and npm run build), and the theme's GitHub Actions workflow tests builds across multiple Hugo versions.
Hugo News Theme requires Hugo Extended version 0.128.0 or higher for PostCSS support, and Node.js version 18.0.0 or higher to process Tailwind CSS and Alpine.js assets. Without these, the theme's CSS and JavaScript cannot be compiled.
Yes, search is built in and powered by Fuse.js. It runs entirely client-side, so there is no external search service or API key required. The search works over the site's generated content index.
The theme supports two types of comments: static comments, which are stored in a comments.json file in the article's folder and are visible to all visitors, and dynamic comments, which are stored in the user's browser localStorage and are only visible to that user on that browser.
Yes, the theme includes Google Analytics 4 integration. Adding a GA4 measurement ID to the site configuration enables asynchronous analytics that tracks page views and basic interactions, and the analytics code only loads when a valid ID is present.
Yes, the theme is open source and released under the MIT License. It can be used for personal or commercial news and media projects without licensing fees.