A simple Hugo theme I plan on using for my personal website, Based.Cooking and LandChad.net.
hugo new site new-site
cd new-site
git clone https://github.com/lukesmithxyz/lugo themes/lugo
echo "theme = 'lugo'" >> config.toml
cp themes/lugo/static/style.css static/
/index.xml
/style.css
and includes some important stuff for partials.nextprev.html
adds links to the Next and Previous articles to the bottom of a page.taglist.html
links all tags an article is tagged to for related content.