rename rss to /rss.xml

This commit is contained in:
2022-04-26 06:10:20 +03:00
parent 423a07df8f
commit 27059b8d8a
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
baseURL: 'https://jakstys.lt/'
languageCode: en-us
title: Public record of Motiejus Jakštys
title: Motiejus Jakštys Public Record
theme: default
author: Motiejus Jakštys
Menus:
@@ -10,7 +10,7 @@ Menus:
- Name: Contact
URL: /contact/
- Name: RSS
URL: /log/index.xml
URL: /rss.xml
permalinks:
log: '/:year/:title/'
Params:
@@ -20,3 +20,7 @@ outputs:
- HTML
- RSS
disableKinds: [taxonomy, term]
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "rss"