Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔨 : cleanup destination dir on build

this is useless when building for production on Clever, but helps
stabilise builds when testing on my machine

+1 -1
+1 -1
mise.toml
··· 22 22 23 23 [tasks.build] 24 24 description = "Build le site avec Hugo" 25 - run = "hugo build hugo --gc --minify --destination public" 25 + run = "hugo build hugo --gc --minify --cleanDestinationDir --destination public" 26 26 depends_post = ["post-build"] 27 27 28 28 [tasks.post-build]