Source code of my website
1
fork

Configure Feed

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

🛠️ : add build dependency on fetch-views-data

+1
+1
mise.toml
··· 26 26 27 27 [tasks.build] 28 28 description = "Build le site avec Hugo" 29 + depends = ['fetch-views-data'] 29 30 run = "hugo build hugo --gc --minify --cleanDestinationDir --destination public" 30 31 depends_post = ["post-build"] 31 32