Correct OPML media type

This commit is contained in:
JP Hastings-Spital 2024-06-19 12:36:19 +01:00
parent 8c681094a8
commit 8a0d47d985
3 changed files with 4 additions and 4 deletions

View file

@ -183,13 +183,13 @@ date = ["date", "publishDate", "lastmod", ":git"]
filename = 'sitemap.xml'
[mediaTypes]
[mediaTypes.'text/opml']
[mediaTypes.'text/x-opml']
suffixes = ['opml.xml']
[mediaTypes.'text/gemini']
suffixes = ['gmi']
[outputFormats]
[outputFormats.opml]
mediaType = 'text/opml'
mediaType = 'text/x-opml'
baseName = 'feeds'
[outputFormats.calendar]
baseName = 'events'

View file

@ -2,8 +2,8 @@
title: Tags
outputs:
- html
- api
- gemini
- api
---
These are all the hashtags I use to categorise anything I put on this site ad-hoc. You might find other things you find interesting by following a hashtag from a post you like to others with the same tag.

View file

@ -2,9 +2,9 @@
title: Topics
outputs:
- html
- api
- gemini
- opml
- api
---
These topics are the broad categories I put my (slightly) longer writing into. Not everything fits perfectly, but if you find yourself interested in only some of the topics of what I write, you can come here to find & follow the bits that interest you.