Install

Create a Hugo site if you don’t have one:

hugo new site my-blog-name
cd my-blog-name

Clone the theme into your site:

git clone https://github.com/ruinivist/hugo-starless themes/starless

Add this to hugo.toml:

theme = "starless"

[outputs]
home = ["HTML", "RSS", "JSON"]

The JSON home output powers search. Then run:

hugo server