Bogus
April 23, 2022, 12:59am
1
Hi there ;D
I build with the quick start tutorial from hugos website, Hugo V. 0.96, but I can see no files in the public folder. In the content folder have I the first post file set draft = false. Now my question, what make I wrong ?
Greetings
Gerriet
Hello Bogus,
Could you share your repo, so it’s easier to see what the problem could be ?
1 Like
Bogus
April 23, 2022, 12:07pm
3
Hello ;D
OK, I have found my foul … is sooo simple … I must hugo write in the terminal, not hugo server. So build hugo the files in the folder Public ;D
Thanks for your help ;D
Greetings
Bogus
@Bogus
Just as addition. You can force hugo server to write to publicDir like this:
hugo server --renderToDisk
or harder (but slower)
hugo server --disableFastRender --cleanDestinationDir --renderToDisk
2 Likes
system
Closed
April 25, 2022, 2:14pm
5
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.