Install
Create a Hugo site if you don’t have one:
hugo new site my-blog-name
cd my-blog-nameClone the theme into your site:
git clone https://github.com/ruinivist/hugo-starless themes/starlessAdd this to hugo.toml:
theme = "starless"
[outputs]
home = ["HTML", "RSS", "JSON"]The JSON home output powers search. Then run:
hugo server