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 11 lines 157 B view raw
1/** @type {import('tailwindcss').Config} */ 2module.exports = { 3 content: [ 4 "./**/*.{html,templ}" 5 ], 6 theme: { 7 extend: {}, 8 }, 9 plugins: [], 10} 11