28 lines
471 B
YAML
28 lines
471 B
YAML
|
baseURL: 'https://11sync.net/blog/'
|
||
|
languageCode: en-us
|
||
|
title: 11sync.net blog
|
||
|
theme: default
|
||
|
author: Motiejus Jakštys
|
||
|
Menus:
|
||
|
main:
|
||
|
- Name: Sign Up
|
||
|
URL: /
|
||
|
- Name: Blog
|
||
|
URL: /blog/
|
||
|
- Name: Contact
|
||
|
URL: /contact/
|
||
|
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"
|