Hi.
I am quite new to Hugo so excuse me if a question is dumb.
Here is what I want to achieve. I have two or more dev vm’s running linux where I have my hugo server and my sites.
I uploaded the whole hugo project into private gtithub repository and everything is working fine. Now I want to run the same hugo project on the other vm.
What is the correct workflow? I was thinking of this:
- Create empty project with dummy name
- Download git repository
- Merge dummy project into git repository
- Once job finished commit it
THis doesn’t work for me now. I’ve got some errors like
WARN 2019/06/17 08:54:27 Found no layout for “taxonomy”, language “en”, output format “HTML”:
TIA for any help.