Closed 9201314 closed 1 year ago
Hi @9201314 ,
Sorry for the delay,
Actually if you reuse the config.toml from the exampleSite you will have to delete the params.includes
section to make it work. This section is used to declare the resource files to include during the build, which in your case doesn't exists.
After that it will work. But I also invite you to check the other parameters. They might not all be useful in your case.
Hi @9201314 ,
Sorry for the delay, Actually if you reuse the config.toml from the exampleSite you will have to delete the
params.includes
section to make it work. This section is used to declare the resource files to include during the build, which in your case doesn't exists. After that it will work. But I also invite you to check the other parameters. They might not all be useful in your case.
Thank you for your reply.It's very useful.
Steps that lead to the issue
hugo new site xxx
themes\shadocs\exampleSite\config.toml
as site confighugo server
errorExpected behavior
I don't konw what's wrong? How to solve these problems? Please help me. Thank you!
Reproducer
Solution?
No response