Hello Everyone,
I’m tring to use for the second time Hugo to create a static website. But in this my new project I’m facing with two strange behaviours.
- Hugo not generate my content pages except for index.md file;
- When I run “hugo” command in public/index.html the content changes every time: sometime Hugo use the index.md content, other time is like it’s not get the source.
For this project I’m working with following specs:
- Hugo version: hugo v0.86.1+extended linux/amd64 BuildDate=unknown
- I’m using wsl2 with Ubuntu 18.04.2 LTS;
- If I’ve run “hugo -v” I don’t get any error;
- I’m creating my website without theme but using layout only.
Here the “hugo -v” log:
raff@LAPTOP-TTHLIU8C:/mnt/d/Lavoro/hugo/nudaerrante.com$ hugo -v
INFO 2022/01/16 12:29:04 Translation func for language it not found, use default.
INFO 2022/01/16 12:29:04 i18n not initialized; if you need string translations, check that you have a bundle in /i18n that matches the site language or the default language.
Start building sites …
hugo v0.86.1+extended linux/amd64 BuildDate=unknown
INFO 2022/01/16 12:29:04 syncing static files to /mnt/d/Lavoro/hugo/nudaerrante.com/public/
WARN 2022/01/16 12:29:04 found no layout file for “HTML” for kind “taxonomy”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2022/01/16 12:29:04 found no layout file for “HTML” for kind “taxonomy”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.| IT
-------------------±----
Pages | 9
Paginator pages | 0
Non-page files | 0
Static files | 2
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0Total in 183 ms
My repo is: https://github.com/Theriol666/nudaerrante.com
For now I don’t have a lot of content, I’m just build the structure in order to organize work.
If you need further information I’ll glad to answer.
Thank you and best regards,
Raffaele