deliciousium/themes/lightbi-hugo
Mary 33d342144e
ci/woodpecker/manual/build Pipeline is pending Details
Edit head tag for the Measurement Id.
2023-12-11 17:08:27 +00:00
..
archetypes Add the new theme 2023-09-21 16:55:49 +01:00
data/lightbi Change the social link 2023-09-25 16:47:30 +01:00
i18n Add the new theme 2023-09-21 16:55:49 +01:00
layouts Edit head tag for the Measurement Id. 2023-12-11 17:08:27 +00:00
static Add the new theme 2023-09-21 16:55:49 +01:00
CODE_OF_CONDUCT.md Add the new theme 2023-09-21 16:55:49 +01:00
LICENSE Add the new theme 2023-09-21 16:55:49 +01:00
README.md Add the new theme 2023-09-21 16:55:49 +01:00
netlify.toml Add the new theme 2023-09-21 16:55:49 +01:00
theme.toml Add the new theme 2023-09-21 16:55:49 +01:00

README.md

Lightbi

Lightbi is a minimal and clean blog theme for Hugo.

🌍 Demo site
🐛 Bug reports & Issues
💡 Questions & feature requests
📄 Wiki

LightBi Hugo Theme Screenshot

Features

General

  • Three sections for content:
    • Blog
    • Notes
    • Collections (Newsletter)
  • Responsive, mobile-first design.
  • Card based theme.
  • Menu location indicator.
  • Multilingual support. (with language selector)
  • Taxonomies.
  • Light/Dark theme (automatic theme switch a/c to browser theme and theme-switch button).
  • Google Analytics.
  • SEO Friendly.
  • Commit SHA on the footer.
  • Self Hosted assets for GDPR / EU-DSGVO compliance.
  • Beautiful icons with Bootstrap Icons.

Page

  • Other Posts suggestion below a post
  • Social-Media Share buttons on posts.
  • Syntax highlighting.
  • Cover image for each post (with Responsive image support).

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 themes/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.

Wiki

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

Support & Contribution

  • Star 🌟 this repository.
  • Help to spread the word about Hugo Lightbi by sharing it on social media and recommending it to your friends.
  • Bug reports & issues: Use GitHub Issues.
  • Ideas for new features: Open a discussion on GitHub Discussions.
  • General questions: Head to GitHub Discussions.

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.