Hugo-Static is a static website built with Hugo, designed for posting blogs. It features a robust search capability powered by Lunr.js, allowing users to efficiently search through blog content.
First, clone the repo:
git clone https://github.com/milinddethe15/hugo-static.git
Run locally:
hugo server
To create new blog post, in root of the project run:
hugo new {title_of_post}.md
It is one of the basic theme for hugo. Thanks @LukeSmithxyz for this theme and amazing video on Hugo.