1
Fork 0
jakstys.lt/config.yaml

23 lines
411 B
YAML
Raw Normal View History

2022-04-11 23:35:01 +03:00
baseURL: 'https://jakstys.lt/'
languageCode: en-us
title: Public record of Motiejus Jakštys
theme: default
author: Motiejus Jakštys
Menus:
main:
2022-04-13 17:20:24 +03:00
- Name: Resume
URL: /resume/
- Name: Contact
URL: /contact/
2022-04-11 23:35:01 +03:00
- Name: RSS
2022-04-25 10:16:43 +03:00
URL: /log/index.xml
2022-04-11 23:35:01 +03:00
permalinks:
2022-04-13 17:20:24 +03:00
log: '/:year/:title/'
2022-04-11 23:35:01 +03:00
Params:
dateFormat: '2006-01-02'
outputs:
home:
- HTML
- RSS
disableKinds: [taxonomy, term]