Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple responsive blog theme for Hugo with Disqus comments and Google Analytics built in.
Hugo Lithium is a simple responsive blog theme for the Hugo static site generator that turns Markdown content into a blog with Disqus comments and Google Analytics tracking.
Hugo Lithium is a minimal blog theme developed by jrutheiser, distributed via GitHub under the MIT license. It runs on Hugo, a static site generator written in Go, and takes Markdown files as input: posts created with hugo new post/<post-name>.md and pages with hugo new page/<page-name>.md. Its output is a static, responsive website that visitors can read on any device. The theme is intentionally light, providing a clean reading experience without page builders or client-side frameworks.
hugo new post/ command, that renders a standard single-column article layout.hugo new page/) for static content such as an About or Contact page, outside the blog stream.config.toml.googleAnalytics property in the site configuration.exampleSite folder with a sample config.toml that demonstrates the available configuration options.config.toml.hugo new post/<post-name>.md, write in Markdown, and Hugo will render it as an entry in the blog list.hugo new page/<page-name>.md to add pages like About or Contact that sit outside the chronological post feed.config.toml and every post gets a threaded comment section without extra setup.Installation is a two-step command-line process: first create a themes folder inside your Hugo site, then clone the repository with git clone https://github.com/jrutheiser/hugo-lithium-theme. Next, copy the sample config.toml from the exampleSite folder into your site root and adjust settings such as title, Disqus shortname, and Google Analytics ID. Finally, create content with the hugo new commands and run hugo to generate the static site.
Yes. The theme is open source and released under the MIT license, which permits free use, modification, and redistribution, including in commercial projects. The only condition is that the original copyright notice and license text are retained in copies or substantial portions of the software.
Yes, it includes both Disqus and Google Analytics support out of the box. Disqus is activated by adding your site's shortname in the config.toml file, and Google Analytics is enabled by setting the googleAnalytics property in the same file. No other configuration is required.
Hugo Lithium provides two content types: post for blog entries and page for static site pages. Posts are created with the command hugo new post/<post-name>.md, and pages are created with hugo new page/<page-name>.md. Both accept Markdown content and are rendered as standalone HTML pages.
Yes. The theme uses a responsive design that adjusts the layout to fit mobile, tablet, and desktop screens without requiring a separate mobile theme or plugin. The repository's own description labels it a "simple responsive Hugo theme," and the screenshot shows a single-column reading layout that scales with viewport width.
Hugo Lithium is deliberately minimal compared to feature-rich Hugo themes. It includes only the essential blog components: posts, pages, Disqus comments, and Google Analytics. It omits landing page sections, portfolio grids, dashboard views, and other extras, which keeps the generated site lightweight and fast for text-focused publishing.
