Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A responsive Bootstrap 4.1-based blog theme for Hugo with feature image support, example content, and a simple quickstart.
Silhouette Hugo is a responsive blog theme for the Hugo static site generator, built on Bootstrap 4.1 by Matt Button and shared under the MIT License.
Silhouette Hugo is a responsive blog theme for Hugo that renders Markdown content into a Bootstrap 4.1–based site with a home page, post pages (with optional feature images), and a footer. The theme was created by Matt Button, first hacked together in 2016 with Bootstrap 3 for his personal blog and rebuilt in 2018 with Bootstrap 4.1. The silhouette imagery comes from an Unsplash photo by Karl Magnuson.
theme = "silhouette-hugo" to your config.toml; no other setup is required.hugo serve -D to preview locally.The quickstart flow uses Hugo's standard site creation: run hugo new site SITENAME, clone the theme into the themes directory, set the theme in config.toml, and optionally copy the exampleSite content. Then run hugo serve -D to serve drafts locally.
Yes. The theme is distributed under the MIT License, so it is free to use, modify, and redistribute. Attribution is requested if you use it in a public project.
Create a new Hugo site, clone this repository into the themes folder, add theme = "silhouette-hugo" to your config.toml, and run hugo serve -D. A step-by-step quickstart is included in the README.
Yes. Posts can include a feature image, and the theme renders a banner header when one is present. If no feature image is set, the post uses a simplified layout.
Matt Button created the theme, originally in 2016 for his own blog and rebuilt in 2018 with Bootstrap 4.1. He publishes it on GitHub for the Hugo community.