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' filename = 'sitemap.xml'
[mediaTypes] [mediaTypes]
[mediaTypes.'text/opml'] [mediaTypes.'text/x-opml']
suffixes = ['opml.xml'] suffixes = ['opml.xml']
[mediaTypes.'text/gemini'] [mediaTypes.'text/gemini']
suffixes = ['gmi'] suffixes = ['gmi']
[outputFormats] [outputFormats]
[outputFormats.opml] [outputFormats.opml]
mediaType = 'text/opml' mediaType = 'text/x-opml'
baseName = 'feeds' baseName = 'feeds'
[outputFormats.calendar] [outputFormats.calendar]
baseName = 'events' baseName = 'events'

View file

@ -2,8 +2,8 @@
title: Tags title: Tags
outputs: outputs:
- html - html
- api
- gemini - 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. 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 title: Topics
outputs: outputs:
- html - html
- api
- gemini - gemini
- opml - 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. 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.