An experimental IndieWeb site built in Go.
0
fork

Configure Feed

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

at 4c34a884fbab77719d80d75d9602cefa4e76a3b8 15 lines 284 B view raw
1{ 2 "name": "puregarlicspace", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "build": "tailwindcss -o static/styles.css --minify" 8 }, 9 "keywords": [], 10 "author": "", 11 "license": "ISC", 12 "devDependencies": { 13 "tailwindcss": "^3.4.7" 14 } 15}