-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
96 lines (82 loc) · 2.11 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
89
90
91
92
93
94
95
languageCode = 'en-us'
title = "anima"
copyright = 'This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.'
baseURL = 'https://anima.nz/'
enableGitInfo = true
[build]
[build.buildStats]
enable = true
[markup]
[[goldmark.renderer]]
unsafe = true
[markup.asciidocext]
workingFolderCurrent = true
trace = true
failureLevel = "fatal"
preserveTOC = false # for debug
[markup.asciidocext.attributes]
"toc" = ""
"docinfo" = "shared"
"nofooter" = ""
"skip-front-matter" = ""
"library" = "asciidoctor-ruby"
"icons" = "font"
"sectanchors" = ""
"source-highlighter" = "rouge"
"rouge-style" = "gruvbox"
"experimental" = "true"
# "toc-title!" = ""
"plantuml-format" = "svg" # https://github.com/asciidoctor/asciidoctor-diagram/commit/642f17283834405088d6784e95d8b8dac62c17dc
"ditaa-format" = "svg"
"diagram-svg-type" = "inline"
"figure-caption" = ""
"image-assets" = "/assets"
# "imagesoutdir" = ""
# "diagram-imagesdir" = ".asciidoctor/diagram"
# "cachedir" = ".asciidoctor/diagram"
# "diagram-autoimagesdir" = ""
# "imagesdir" = "/"
"allow-uri-read" = "" # Enable link includes
[module]
[module.hugoVersion]
extended = true
[params]
[params.theme_config]
appearance = "auto"
back_home_text = ".."
date_format = "02-01-2006"
[related]
includeNewer = true
threshold = 80
toLower = false
[[related.indices]]
applyFilter = false
cardinalityThreshold = 0
name = 'date'
pattern = ''
toLower = false
type = 'basic'
weight = 10
[[related.indices]]
applyFilter = false
cardinalityThreshold = 0
name = 'tags'
pattern = ''
toLower = false
type = 'basic'
weight = 80
[[related.indices]]
applyFilter = false
cardinalityThreshold = 0
name = 'keywords'
pattern = ''
toLower = false
type = 'basic'
weight = 100
[permalinks]
[permalinks.page]
posts = '/:filename'
[security.exec]
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^npx$', '^postcss$', '^asciidoctor$', '^git$']
[frontmatter]
date = [':date', ':default']