Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalist Hugo theme for text-focused blogs and personal sites with multilingual support and social icons.
Bingo is a minimalist Hugo theme designed for text-focused blogs and personal websites, inspired by the Classic, XMin, and Er Hugo themes.
Bingo is a free, open-source Hugo theme that transforms Markdown content into a static website with a minimal, text-first design. It runs on the Hugo static site generator and takes standard Markdown files as input, producing a themed HTML site. The theme is maintained by gundamew on GitHub and released under the MIT License. Its repository description, "Nothing but texts.", reflects its focus on readability and simplicity.
Bingo offers several configuration options that make it easy to tailor a personal blog:
Bingo is a good fit for writers and developers who want a simple, fast, and customizable blog theme. Bloggers can publish posts in multiple languages and keep their content organized in separate folders. Developers can quickly set up a personal site with Google Analytics tracking, a custom avatar, and social links, all configured through Hugo's TOML config files.
Installing Bingo follows the standard Hugo theme workflow. After cloning the repository into your site's themes directory, you configure the theme by setting options in the site's TOML config file: choose an avatar source, add social links, define menu items, and set a custom date format. For multilingual sites, you create a content directory for each language and map menus per language. The theme's installation guide also notes that Hugo Modules support is still a planned to-do item.
Bingo is free to use and modify. It is released under the MIT License, so you can use it for personal and commercial projects without any licensing fees.
Bingo is inspired by three other Hugo themes: Hugo Classic, XMin, and Er, each of which also offers a minimalist approach but with different design choices and feature sets.
Yes, Bingo is free and open source. It is released under the MIT License, which allows you to use, copy, modify, and distribute the theme freely.
To install Bingo, clone the repository from GitHub into the themes folder of your Hugo site. For example, run git clone [email protected]:gundamew/hugo-bingo.git from the themes directory.
Yes. The theme's example configuration shows support for English, French, and Chinese (Traditional) using separate content directories and per-language menu items in the Hugo config.
Bingo provides social icons for bitbucket, dribbble, facebook, github, gitlab, instagram, keybase, linkedin, medium, plurk, rss, stackexchange, stackoverflow, and twitter. You can add any of these to your home page.
Yes, you can either use a local image by placing it in the static directory and setting its path, or use Gravatar by providing your email address and the desired avatar size.