Hugo
Hugo Server Error: found no layout file for 'HTML' for 'home'
When trying to setup this new iteration of my personal website, using Hugo, I kept running into this error when trying to run the hugo server command:
WARN 2019/10/24 10:21:40 found no layout file for "HTML" for "home":
You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
There were a few different discussions of the error, but after trying all of those potential fixes out, none of them solved the issue for me. After …
Read More…