matteobaccan / lightbi-hugo

Lightbi is a minimal and clean blog theme for Hugo.

Home Page:https://lightbi-hugo-theme.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightbi

Lightbi is a minimal and clean blog theme for Hugo.

Live Demo

lightbi-hugo-theme.netlify.app

LightBi Hugo Theme Screenshot

Features

  • Responsive, mobile-first design
  • Syntax highlighting
  • Social-Media Share buttons on posts.
  • Menu location indicator.
  • Multilingual support. (with language selector)
  • Taxonomies
  • Cover image for each post (with Responsive image support).
  • Light/Dark theme (automatic theme switch a/c to browser theme and theme-switch button).
  • Google Analytics
  • SEO Friendly.
  • Other Posts suggestion below a post
  • Commit SHA on the footer
  • Self Hosted assets for GDPR / EU-DSGVO compliance
  • Beautiful icons with Bootstrap Icons

Installation

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
echo "theme = 'lightbi-hugo'" >> config.toml
hugo server

After the above copy the contents of exampleSite to the content folder in your website.

For more

Checkout the wiki page for detailed documentation of the theme features.

Credits

About

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.

License

MIT Licensed, see LICENSE.

About

Lightbi is a minimal and clean blog theme for Hugo.

https://lightbi-hugo-theme.netlify.app/

License:MIT License


Languages

Language:HTML 66.2%Language:CSS 31.8%Language:JavaScript 2.0%