jetthoughts / jetthoughts.github.io

0 stars 0 forks source link

consider split static and assets #120

Closed AucT closed 1 month ago

AucT commented 1 month ago

In hugo there is special asset folder. For rapid development and converting from beaver to hugo, and using recommendation initally I set asset directory to be static. This can be used as is.

But there is possibilty to split and create assets folder where you can place images and css you want to modify using hugo and generate from them other sizes / css files. And in static folder leave only really static files.

Again this is not emergency. Can be delayed and done at the very end.