Source code of my website
1
fork

Configure Feed

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

⚡ : optimize build task and adjust dependencies

+3 -2
+3 -2
mise.toml
··· 22 22 23 23 [tasks.build] 24 24 description = "Build le site avec Hugo" 25 - run = "hugo build $HUGO_OPTIONS" 25 + run = "hugo build hugo --gc --minify --destination public" 26 + depends_post = ["post-build"] 26 27 27 28 [tasks.post-build] 28 29 description = "Post build hooks" 29 - depends = ["precompress"] 30 + depends_post = ["precompress"] 30 31 31 32 [tasks.precompress] 32 33 description = "Precompress static resources"