How to use Lightbi theme ?

In this post, we’ll cover how to install Hugo and set up your first website with the Lightbi theme. For detailed steps, refer to Hugo’s quick-start guide.

  1. Create a New Hugo Site
    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.

  1. Preview Your Site:
    Go to http://localhost:1313/ to view your website in development mode.

That’s it! You’re ready to start building.