2019-02-03 12:30:44 +01:00
|
|
|
---
|
2019-08-17 17:16:09 +02:00
|
|
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
2020-03-16 09:14:37 +01:00
|
|
|
subtitle: ""
|
2019-02-03 12:30:44 +01:00
|
|
|
date: {{ .Date }}
|
2019-08-17 17:16:09 +02:00
|
|
|
lastmod: {{ .Date }}
|
2019-02-03 12:30:44 +01:00
|
|
|
draft: true
|
2020-02-17 05:44:04 +01:00
|
|
|
author: ""
|
|
|
|
authorLink: ""
|
2019-08-17 17:16:09 +02:00
|
|
|
description: ""
|
2022-05-12 19:03:24 +02:00
|
|
|
license: ""
|
|
|
|
images: []
|
2019-08-18 19:36:52 +02:00
|
|
|
|
2019-08-17 17:16:09 +02:00
|
|
|
tags: []
|
|
|
|
categories: []
|
2020-04-21 16:55:06 +02:00
|
|
|
|
2020-02-17 05:44:04 +01:00
|
|
|
featuredImage: ""
|
|
|
|
featuredImagePreview: ""
|
2019-08-17 17:16:09 +02:00
|
|
|
|
2022-05-12 19:03:24 +02:00
|
|
|
hiddenFromHomePage: false
|
|
|
|
hiddenFromSearch: false
|
|
|
|
twemoji: false
|
|
|
|
lightgallery: true
|
|
|
|
ruby: true
|
|
|
|
fraction: true
|
|
|
|
fontawesome: true
|
|
|
|
linkToMarkdown: true
|
|
|
|
rssFullText: false
|
|
|
|
|
2020-04-21 16:55:06 +02:00
|
|
|
toc:
|
2020-03-08 14:02:21 +01:00
|
|
|
enable: true
|
2022-05-12 19:03:24 +02:00
|
|
|
auto: true
|
|
|
|
code:
|
|
|
|
copy: true
|
|
|
|
maxShownLines: 50
|
2020-04-21 16:55:06 +02:00
|
|
|
math:
|
|
|
|
enable: false
|
2022-05-12 19:03:24 +02:00
|
|
|
# ...
|
|
|
|
mapbox:
|
|
|
|
# ...
|
|
|
|
share:
|
|
|
|
enable: true
|
|
|
|
# ...
|
|
|
|
comment:
|
|
|
|
enable: true
|
|
|
|
# ...
|
|
|
|
library:
|
|
|
|
css:
|
|
|
|
# someCSS = "some.css"
|
|
|
|
# located in "assets/"
|
|
|
|
# Or
|
|
|
|
# someCSS = "https://cdn.example.com/some.css"
|
|
|
|
js:
|
|
|
|
# someJS = "some.js"
|
|
|
|
# located in "assets/"
|
|
|
|
# Or
|
|
|
|
# someJS = "https://cdn.example.com/some.js"
|
|
|
|
seo:
|
|
|
|
images: []
|
|
|
|
# ...
|
2019-08-18 19:36:52 +02:00
|
|
|
---
|
|
|
|
|
2020-02-17 05:44:04 +01:00
|
|
|
<!--more-->
|