An experimental IndieWeb site built in Go.
fork

Configure Feed

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

disable tailwind styles, add build script to package

Also add a gitkeep to maintain the `static` directory

+3 -2
+1 -1
package.json
··· 4 4 "description": "", 5 5 "main": "index.js", 6 6 "scripts": { 7 - "test": "echo \"Error: no test specified\" && exit 1" 7 + "build": "tailwindcss -o static/styles.css --minify" 8 8 }, 9 9 "keywords": [], 10 10 "author": "",
+1 -1
pages/home.templ
··· 12 12 <link rel="token_endpoint" href="/token"> 13 13 <link rel="micropub" href="/micropub"> 14 14 15 - <link rel="stylesheet" href="/static/styles.css" /> 15 + // <link rel="stylesheet" href="/static/styles.css" /> 16 16 </head> 17 17 <body> 18 18 <h1>Micropub and IndieAuth Server Demo</h1>
+1
static/.gitkeep
··· 1 +