the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

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

chore: delete zola build dir

+3 -2
+3 -2
package.json
··· 4 4 "scripts": { 5 5 "dev": "bun run scripts/dev.ts", 6 6 "serve": "bun run scripts/dev.ts", 7 - "build": "bun run scripts/build.ts", 7 + "build": "rm -rf .zola-build && bun run scripts/build.ts", 8 8 "preprocess": "bun run scripts/preprocess.ts", 9 9 "gen-og": "bun run scripts/genOG.ts" 10 10 }, ··· 19 19 "@types/bun": "latest", 20 20 "puppeteer": "^23.6.0" 21 21 } 22 - } 22 + } 23 +