Lightbi is a sleek, minimalistic, and clean blog theme designed for Hugo, offering a simple yet elegant user experience.
π Demo site
π Demo repo
π Bug reports & Issues
π‘ Questions & feature requests
π Lightbi wiki
πΈοΈ Websites built with Lightbi
Three Main Content Sections:
Responsive Design:
Card-Based Theme:
Menu Location Indicator:
Multilingual Support:
Taxonomies:
Search Functionality:
Light/Dark Theme:
Google Analytics Integration:
SEO-Friendly:
Commit SHA in Footer:
Self-Hosted Assets:
Bootstrap Icons:
To customize the image placement within a card, the Lightbi theme offers four flexible options:
To configure this, use the previewCardImagePlacement
parameter in the hugo.toml
file. Set it as follows:
previewCardImagePlacement = "top"
previewCardImagePlacement = "middle"
previewCardImagePlacement = "bottom"
previewCardImagePlacement = "none"
This gives you full control over how the image is displayed in the card layout.
Install Hugo and create a new site. See the Hugo documentation for details.
hugo new site <name of site>
cd <name of site>
git init
git submodule add https://github.com/binokochumolvarghese/lightbi-hugo themes/lightbi-hugo
echo "theme = 'lightbi-hugo'" >> hugo.toml
hugo server
After the above copy the contents of exampleSite
to the content
folder in your website.
Checkout the wiki page for detailed documentation of the theme features.
This is an adaptation of the Beautiful Hugo by Michael Romero. It supports most of the features of the original theme, and many new features. It has diverged from the original theme over time, with several updates.
MIT Licensed, see LICENSE.