-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
88 lines (79 loc) · 1.77 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
88
baseurl = "https://lord.re/"
languageCode = "fr-fr"
DefaultContentLanguage = "fr"
title = "/home/lord"
theme = "neoDark"
publishDir = "/tmp/www/public"
#staticDir = ["static","themes/neoDark/static"]
paginate = 20
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
linkify = false
strikethrough = true
typographer = false
[blackfriday]
fractions = false
smartypants = false
[related]
includeNewer = true
[[related.indices]]
name = "Actors"
weight = 20
[[related.indices]]
name = "Director"
weight = 40
[[related.indices]]
name = "Saga"
weight = 80
[[related.indices]]
name = "categories"
weight = 30
[[related.indices]]
name = "TopWords"
weight = 50
[[related.indices]]
name = "year"
pattern = "2006"
weight = 10
[params]
sidebartitle = "/home/lord"
sectionsInHomepage = ["posts","fast-posts","shares","ideas","recap","visionnages","daily"]
[taxonomies]
category = "categories"
tag = "tags"
Director = "directors"
Actor = "actors"
years = "year"
Saga = "saga"
Avis = "avis"
[Languages]
[Languages.fr]
baseURL = "https://lord.re/"
languageName = "Français"
title = "/home/lord"
weight = 1
[Languages.en]
baseURL = "https://lord.re/en/"
languageCode = "en"
languageName = "Engrish"
title = "/home/lord"
weight = 2
[outputs]
home = ["json","html","rss","gemini"]
page = ["html","gemini"]
section = ["html","gemini","rss"]
[mediaTypes]
[mediaTypes."text/gemini"]
suffixes = ["gmi"]
[outputFormats]
[outputFormats.gemini]
isPlainText = true
isHTML = false
mediaType = "text/gemini"
name = "gemini"
permalinkable = true
protocol = "gemini://"
# path = "gemini/"