1
Fork 0
e11sync/blog/config.yaml

32 lines
533 B
YAML
Raw Normal View History

2024-01-27 16:42:47 +02:00
baseURL: 'https://11sync.net/blog/'
languageCode: en-us
title: 11sync.net blog
theme: default
author: Motiejus Jakštys
Menus:
main:
- Name: Sign Up
2024-01-27 19:19:51 +02:00
URL: ../
2024-01-27 16:42:47 +02:00
- Name: Blog
2024-01-27 19:19:51 +02:00
URL: /
2024-01-27 16:42:47 +02:00
- Name: Contact
2024-01-27 19:19:51 +02:00
URL: ../contact/
2024-01-27 16:42:47 +02:00
permalinks:
log: '/:year/:slug/'
Params:
dateFormat: '2006-01-02'
outputs:
home:
- HTML
- RSS
disableKinds: [taxonomy, term]
paginate: 99
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "rss"
2024-01-27 21:55:27 +02:00
module:
mounts:
- source: ../static
target: assets