rename rss to /rss.xml
This commit is contained in:
parent
423a07df8f
commit
27059b8d8a
|
@ -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"
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue