Closed Vinfall closed 9 months ago
Thanks for this.
As for the development section, it's a good idea. I usually work within the repo and preview changes with:
cd exampleSite && hugo serve --themesDir ../..
Which has the benefit of not requiring copying or moving any files around.
Wow, good to know that!
I noticed https://github.com/gohugoio/hugo/pull/10621 when updating risotto today, you would probably want to update this. I did not touch
exampleSite/config.toml
in case you still use that in risotto demo and simply renaming would break it somehow.Also, I wrote a
Development
section for quick setup of development site but did not commit as I'm not sure if you want that. Anyway I'll leave it below: