-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
100 lines (83 loc) · 1.58 KB
/
config.yaml
File metadata and controls
100 lines (83 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
baseURL: https://klinki.github.io/
disablePathToLower: false
title: Klinki's code blog
theme: mainroad
displayauthor: false
languageCode: en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
pygmentsUseClasses: true
pygmentsCodeFences: true
disqusShortname: klinki
googleAnalytics: UA-89466580-1
comments: true
languages:
cs:
contentDir: content/cs
languageName: Čeština
params:
navigation:
about: O mne
menu:
main:
- identifier: about
url: "/cs/o-mne"
name: "O mně"
- identifier: blog
url: "/cs/blog"
name: "Blog"
en:
contentDir: content/en
languageName: English
menu:
main:
- identifier: about
url: "/about"
name: "About"
- identifier: blog
url: "/blog"
name: "Blog"
frontmatter:
date:
- ":filename:"
- ":default"
title:
- ":filename"
- ":default"
comments: true
permalinks:
blog: /blog/:slug
pages: /:filename
params:
navigation:
about: About
description: Software Developer
displayauthor: false
sidebar:
home: right
list: right
single: true
widgets:
- search
- recent
- categories
- taglist
- social
- languages
mainSections:
- blog
widgets:
tags_counter: true
social:
twitter: klinkicz
linkedin: davidklingenberg
github: klinki
# useFilenameDateAsFallback: true
taxonomies:
tag: "tags"
category: "categories"
blog: "posts"
links:
Home : "/"
Blog: "/blog/"
About: "/about/"