Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Responsive card-based & code-light Hugo theme with configurable columns, color themes, and built-in SEO.
Binario is a responsive, card-based Hugo theme for blogs and content sites, offering configurable card columns, color themes, and built-in SEO templates.
Binario is an open-source Hugo theme created by Vimux, distributed under the MIT License. It takes a standard Hugo site's content (Markdown files with front matter) and renders it as a responsive card-based list layout for the homepage and archive pages. The theme produces a static site with support for internal Hugo templates for Open Graph, Schema, Twitter Cards, Google Analytics, and Disqus comments. It can be installed by git clone, git submodule, or downloading a ZIP archive into the themes/binario directory.
Binario's feature set is defined by its configuration options and built-in Hugo integrations.
Params.columns with values 1, 2, or 3.dark-green, dark-blue, dark-red, or dark-violet via the colorTheme parameter; an empty string uses the default.[Params.Entry] settings.relatedMax.customCSS and customJS let you inject files from the static folder into the head or before the closing body tag.Binario is for bloggers and content creators who want a clean, card-based presentation without heavy JavaScript. It is also suited to developers who maintain Hugo sites and want a theme that is easy to customize through site configuration. Individuals building personal portfolios or documentation-style sites can use the configurable columns and front matter options to tailor each page.
Binario supports several concrete use cases based on its configurable features.
mathjax = true in the site or page front matter.Binario follows the standard Hugo theme installation and configuration workflow. Installation is done by cloning the repository to themes/binario, adding it as a git submodule, or extracting a ZIP download; then theme = "binario" is set in config.toml. After running hugo server, the site is previewable at localhost:1313. All customization is driven by TOML/YAML config parameters that cover columns, breadcrumbs, authorbox, comments, featured images, and Web App Manifest output.
Binario is free and open source under the MIT License. There are no paid tiers or premium features.
Yes. Binario is released under the MIT License, so you can use it for personal and commercial projects with no cost. The source is available on GitHub.
You can install it with git clone https://github.com/vimux/binario themes/binario, add it as a git submodule, or download and extract the ZIP file to the themes/binario folder. Then add theme = "binario" to your site config.
Yes. Set mathjax = true in site params or individual page front matter. You can override the default CDN path and MathJax config with mathjaxPath and mathjaxConfig.
The built-in color theme options are dark-green, dark-blue, dark-red, and dark-violet. An empty string uses the default theme.
Yes. Use the customCSS and customJS array parameters in site config. Files are referenced relative to the static folder and are injected after the theme's built-in CSS or before the closing body tag.
