mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Correct OPML media type
This commit is contained in:
parent
8c681094a8
commit
8a0d47d985
3 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
|
@ -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.
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue