kaiiiz / hugo-theme-monochrome

Monochrome is a fast, clean and responsive hugo theme
https://kaiiiz.github.io/hugo-theme-monochrome/
MIT License
176 stars 52 forks source link

existing setup instructions do not render site pages when running `hugo server` #2

Closed hieu6 closed 2 years ago

hieu6 commented 2 years ago

I followed the setup instructions exactly, but when I run hugo server at root, none of the html renders. I deleted the examplesite and tried again but that didn't help. not sure if it made things worse!

I am not used to running npm when starting a site, so I'll try again without.

The repo is here: https://github.com/hieu6/curioushieu

a note to document for other noobs like me that the instructions as is don't quite work yet!

thank you for any advice you could offer.

hieu

hieu6 commented 2 years ago

turns out my npm version was not updated 😅

also, there was a small hiccup: home.html in theme/layouts was calling the partialtag-cloud.html. the partial itself was actually named terms-cloud.html so renaming it as such in home.html fixed it.

it's working beautifully. 🥰

kaiiiz commented 2 years ago

I'm glad you enjoy the theme, and thanks for the bug report. I'll fix it in the next release soon.

kaiiiz commented 2 years ago

Merged #4