Source code of my website
1
fork

Configure Feed

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

๐Ÿ› : embed tool definition in task

+1 -2
+1
mise.toml
··· 9 9 [tasks.fetch-views-data] 10 10 description = 'Fetch data from plausible' 11 11 dir = "scripts" 12 + tools.go = "1.21" 12 13 run = "go run plausible_fetch.go -site codeka.io -range all -out ../data/plausible-stats/visits.json" 13 14 14 15 [tasks.build]
-2
scripts/mise.toml
··· 1 - [tools] 2 - go = "1.21"