agnes-love/_data/site.json

69 lines
2.2 KiB
JSON
Raw Normal View History

2026-06-25 00:57:39 +00:00
{
"name": "Agnes the Alien",
"description": "Personal website and blog of Agnes the Alien.",
"url": "https://agnes.love",
"author": "Agnes the Alien",
"email": "alienhospitals@gmail.com",
"social": {
"mastodon": "https://lesbian.alien.dentist/@alien"
},
"repo": {
"url": "https://treasurechest.alien.town/agnes/agnes-love",
"branch": "main"
},
"bio": {
"short": "Agnes the Alien, a writer, artist, and hobbyist computerperson.",
"long": "I'm Agnes the Alien. I write about fandom, tech, disability and mental health, alterhumanity, and pretty much anything."
},
"location": "Michigan, USA",
"timezone": "America/Detroit",
"newsletter": {
"enabled": true,
"provider": "buttondown",
"action": "https://buttondown.email/api/emails/embed-subscribe/agnesthealien",
"title": "Subscribe",
"description": "Subscribe to get new posts delivered directly to your email."
},
"donate": {
"enabled": true,
"kofi": "agnesthealien",
"message": "If you like what I do and are interested in supporting me, that'd be cool."
},
"analytics": {
"enabled": false,
"provider": "plausible",
"domain": "",
"siteId": ""
},
"webmentions": {
"enabled": true,
"domain": "agnes.love"
},
"webring": {
"enabled": false,
"url": "https://indieweb.org/webring"
},
"lighthouse": {
"enabled": false,
"url": "https://pagespeed.web.dev/"
},
"indieweb": {
"h_card": true,
"rel_me": true,
"microformats": true
},
"sections": {
"notes": { "enabled": false, "title": "Notes", "path": "/notes/" },
"journal": { "enabled": false, "title": "Journal", "path": "/journal/" },
"poetry": { "enabled": true, "title": "Poetry and Writing", "path": "/poetry/" },
"portfolio": { "enabled": false, "title": "Portfolio", "path": "/portfolio/" },
"projects": { "enabled": true, "title": "Projects", "path": "/projects/" },
"resume": { "enabled": false, "title": "Résumé", "path": "/resume/" },
"type": { "enabled": false, "title": "Type", "path": "/type/" },
"links": { "enabled": true, "title": "Links", "path": "/links/" },
"bookshelf": { "enabled": false, "title": "Bookshelf", "path": "/bookshelf/" }
}
}