-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
config.toml
87 lines (67 loc) · 1.46 KB
/
config.toml
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
baseurl = "https://code.makery.ch"
title = "code.makery.ch"
pluralizeListTitles = false
preserveTaxonomyNames = true
removePathAccents = true
enableRobotsTXT = true
disableFastRender = true
defaultContentLanguage = "en"
[params]
intro = "Learning how to code."
author = "Marco Jakob"
email = "info@makery.ch"
analyticsId = "UA-34917397-3"
disqusShortname = "codemakery"
twitter = "codemakery"
github = "https://github.com/marcojakob/code.makery.ch"
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
topic = "topics"
tag = "tags"
[permalinks]
topics = "/library/topic/:slug/"
tags = "/blog/tag/:slug/"
[languages]
[languages.en]
languageName = "English"
weight = 1
[languages.de]
languageName = "Deutsch"
weight = 2
[languages.es]
languageName = "Español"
weight = 3
[languages.fa]
languageName = "فارسی"
weight = 4
[languages.fr]
languageName = "Français"
weight = 5
[languages.id]
languageName = "Bahasa Indonesia"
weight = 6
[languages.it]
languageName = "Italiano"
weight = 7
[languages.kr]
languageName = "한국어"
weight = 8
[languages.pt]
languageName = "Português"
weight = 9
[languages.ru]
languageName = "Русский"
weight = 10
[languages.uk]
languageName = "Українська"
weight = 11
[languages.zh-cn]
languageName = "中文(简体)"
weight = 12
[languages.tr]
languageName = "Türkçe"
weight = 13
[languages.ar]
languageName = "عربى"
weight = 14