Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A fresh and French single-column theme for Hugo static site generator.
Hugo Frais is a fresh and French single-column theme for the Hugo static site generator, authored by Olivier Fredon under the pseudonym the2ne.
Hugo Frais is a minimal single-column blog theme that turns a Hugo site into a clean, text-first layout. It takes a Hugo site with a config.toml file and content files, and outputs a static website with a single column of articles, an optional set of social menu icons, and Twitter Card meta tags. The theme runs on Hugo (gohugo.io) and is distributed as a free, MIT-licensed open source project.
git clone https://github.com/the2ne/hugo-frais, then set theme = "hugo-frais" in config.toml.author, pseudo, twitter, github, and linkedin under the [params] block of config.toml to activate the corresponding menu items.twitter parameter automatically generates Twitter Card meta tags in the HTML head.indexHeadline parameter to [params].themes/ of a Hugo site.theme = "hugo-frais" in config.toml.[params] values like author, pseudo, twitter, github, linkedin, and indexHeadline.Yes. The theme is released under the MIT license, so it is free to use, modify, and distribute, including in commercial projects.
Clone the repository into the themes directory of your Hugo project with git clone https://github.com/the2ne/hugo-frais, then update config.toml to set theme = "hugo-frais".
Add the twitter, github, linkedin, and pseudo parameters to the [params] section of config.toml. Each configured parameter becomes a menu item in the theme's navigation.
Yes. When the twitter parameter is set, the theme emits Twitter Card meta tags in the HTML output, allowing link previews on X (formerly Twitter).
Yes. Set the indexHeadline parameter in [params] to replace the default "Yay!" text with your own headline for the index page.