Clone this repo to themes
folder:
git clone https://github.com/nightswinger/hugo-theme-coyote.git themes/coyote --depth=1
Then, add the theme to your site config:
echo theme = \"coyote\" >> config.toml
Add the following to your config.toml
[outputs]
home = ['HTML', 'JSON']
Create a file with search.md
in content
directory
---
title: "Search"
layout: "search"
---
You can create a new content file using archetype template
hugo new --kind post-bundle posts/my-first-post