1
Fork 0

rename rss to /rss.xml

main
Motiejus Jakštys 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"

View File

@ -2,4 +2,4 @@
set -xeuo pipefail
cd "$(git rev-parse --show-toplevel)/jakstys.lt"
rsync --info=progress2 -a --partial public/ jakstys.lt:/data/public_html/
rsync --info=progress2 -a --partial --delete public/ jakstys.lt:/data/public_html/