Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal Hugo theme ported from the Tale Jekyll theme, curated for storytellers and bloggers.
Hugo Tale is a minimal Hugo theme that ports Chester How's Tale Jekyll theme to the Hugo static site generator, giving storytellers a clean canvas for their writing.
Hugo Tale is a port of the Tale theme for Jekyll into Hugo, created by EmielH. It takes Markdown content and generates a static blog with a post index, individual post pages, and a top navigation menu. The theme is designed to be minimal and content-focused, with no unnecessary visual decoration.
hideDarkModeToggle parameter to true, and developers can call toggleDarkMode() from their own custom toggle.i18n directory, supporting languages other than English; switch the default language by setting defaultContentLanguage in config.toml (for example, defaultContentLanguage = "nl" for Dutch).disqusShortname configuration key and set comments: true in page frontmatter to enable comments on static pages.google_analytics_async template; enabling it adds the tracking snippet to all pages.summary variable in page frontmatter; otherwise Hugo's auto-generated summary is used.single/header.html, single/footer.html, and index/introduction.html partials that you can override to add author info, related posts, or a site introduction without modifying the theme itself.css parameter in config.toml; multiple files are supported.Install the theme as a git submodule or by cloning it into the themes directory, then set theme = "tale" in config.toml. Hugo automatically picks up the theme's layouts, and you write content as Markdown files. The theme renders a blog index, section pages, and single post templates, and it supports taxonomies, though you must add links to taxonomy pages yourself in files such as header-menu.html.
Hugo Tale is an open-source theme available on GitHub under the license file included in its repository. No pricing information is listed, and it is intended for free use in Hugo projects.
Yes, the theme includes a built-in dark mode toggle that is visible by default. You can hide it by setting the hideDarkModeToggle parameter to true in the site configuration.
Yes, the theme supports internationalisation via the i18n directory. You can set a default language such as Dutch using the defaultContentLanguage key in config.toml, and you can add your own translations.
Set the disqusShortname key in your config.toml and add comments: true to the frontmatter of the pages where you want comments to appear. The Disqus integration will then display the comment widget on those pages.
The theme includes three placeholder partials: single/header.html, single/footer.html, and index/introduction.html. You can create matching files in your site's layouts/partials directory to inject custom content at the top or bottom of blog posts, or at the start of the post list on the index page.
