Source code of my website
1
fork

Configure Feed

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

🔧 : add clean task to remove Hugo build directories

+4
+4
mise.toml
··· 8 8 9 9 [tasks] 10 10 11 + [tasks.clean] 12 + description = "Clean up Hugo build directories" 13 + run = "rm -rf public/ resources/" 14 + 11 15 [tasks.fetch-views-data] 12 16 description = 'Fetch data from plausible' 13 17 dir = "scripts"