forked from thom4parisot/emunova.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (54 loc) · 1.37 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
baseURL = "https://emunova.net/"
title = "Emu Nova"
copyright = "Licence Creative Commons Attribution 4.0 International"
DefaultContentLanguage = "fr"
languageCode = "fr-FR"
defaultContentLanguageInSubdir = false
disableLiveReload = true
noTimes = true
ignoreFiles = [ "\\.git$", "node_modules" ]
preserveTaxonomyNames = true
pluralizeListTitles = false
rssLimit = 20
disableKinds = ["taxonomy", "taxonomyTerm"]
# Pagination
paginate = 0
# Markdown
[blackfriday]
taskLists = false
smartypantsQuotesNBSP = true
angledQuotes = true
fractions = false
hrefTargetBlank = true
extensions = ["tables", "autolink", "strikethrough", "spaceHeaders", "hardLineBreak", "footnotes", "headerIds", "autoHeaderIds", "definitionLists", "joinLines"]
[author]
name = "Emu Nova, et les personnes y contribuant"
[params]
forums = "https://forums.emunova.net"
[params.repo]
url = "https://github.com/oncletom/emunova.net"
branch = "feature/hugo"
[taxonomies]
editor = "editors"
genre = "genres"
manufacturer = "manufacturers"
media = "media"
region = "regions"
system_type = "system_types"
[related]
threshold = 80
includeNewer = false
toLower = false
[[related.indices]]
name = "genres"
weight = 70
[[related.indices]]
name = "editors"
weight = 50
[[related.indices]]
name = "systems"
weight = 100
[outputs]
home = ["HTML", "RSS"]
section = ["HTML"]
page = ["HTML"]