Files
fundor333.com/weeknote-config.json
Fundor333 339256e08d Update webmention data and dependencies
- Reordered entries in webmention JSON files for consistency.
- Updated `weeknotebot` version from 1.5.0 to 1.5.1 in `poetry.lock` and `requirements.txt`.
- Enhanced `weeknote-config.json` structure for better readability and maintainability.
2025-04-16 12:23:52 +02:00

47 lines
979 B
JSON

{
"anilist": {
"user_id": "fundor333"
},
"feeds": [
{
"title": "Suggested Links/Posts",
"url": "https://appletune.fundor333.com/api/feed/"
},
{
"title": "New post from my blog",
"url": "https://www.fundor333.com/index.xml"
},
{
"title": "New post from my newsletter",
"url": "https://newsletter.digitaltearoom.com/rss/"
}
],
"fix_links": [
{
"title": "My blog",
"url": "https://www.fundor333.com"
},
{
"title": "My newsletter",
"url": "https://newsletter.digitaltearoom.com"
},
{
"title": "Support me",
"url": "https://ko-fi.com/fundor333"
}
],
"generator": {
"draft": false,
"fix_links_label": "My Links",
"output": "content/weeknotes/",
"tag": "week note",
"type_weeknote": "weeknote"
},
"goodread": {
"shelf_name_code": "currently-reading",
"shelf_name_label": "Currently Reading",
"user_id": "5312887-matteo"
},
"text_api": "https://appletune.fundor333.com/api/weekdone/?format=json"
}