-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
128 lines (99 loc) · 2.11 KB
/
hugo.toml
File metadata and controls
128 lines (99 loc) · 2.11 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
baseURL = 'https://script-fu.github.io/funky/'
languageCode = 'en-GB'
title = 'Funky'
theme = 'hextra'
[params]
description = "Functional Programming using Script-Fu"
keywords = "GIMP, Artbox, plugins, plug-ins, Linux, Git, tutorials, Script-Fu, functional programming"
[params.theme]
default = "dark" # light | dark | system
displayToggle = false
[params.navbar]
displayTitle = true
displayLogo = true
[params.navbar.logo]
path = "images/favicon/android-chrome-192x192.png"
link = "/funky/"
width = 40
height = 40
[page]
width = "normal"
[params.footer]
enable = false
displayCopyright = false
displayPoweredBy = false
width = "normal"
[metadata]
displayUpdatedDate = true
dateFormat = "January 2, 2006"
[search]
enable = true
type = "flexsearch"
[search.flexsearch]
index = "content"
tokenize = "forward"
[blog.list]
displayTags = true
sortBy = "date"
sortOrder = "desc"
# date | lastmod | publishDate | title | weight
[highlight.copy]
enable = true
display = "hover"
[params.comments]
enable = false
type = "giscus"
[params.comments.giscus]
repo = "<repository>"
repoId = "<repository ID>"
category = "<category>"
categoryId = "<category ID>"
[menu]
[[menu.main]]
name = "Tutorials"
pageRef = "hub/tutorials/folder"
weight = 4
[[menu.main]]
name = "Artbox"
url = "https://script-fu.github.io/artbox/"
weight = 7
[[menu.main]]
name = "Plug-ins"
pageRef = "hub/plug-ins/folder"
weight = 6
[[menu.main]]
name = "Practicals"
pageRef = "hub/practical-applications"
weight = 5
[[menu.main]]
name = "Tools"
pageRef = "hub/tools/folder"
weight = 4
[[menu.main]]
name = "About"
pageRef = "hub/about/"
weight = 2
[[menu.main]]
name = "sweeneyworks"
url = "https://sweeneyworks.com/"
weight = 1
[[menu.main]]
name = "Fundamentals"
pageRef = "hub/fundamentals/folder"
weight = 6
[[menu.main]]
name = "Search"
weight = 8
[menu.main.params]
type = "search"
[params.search]
enable = true
type = "flexsearch"
[params.search.flexsearch]
index = "content" # index page by: content | summary | heading | title
[services.googleAnalytics]
ID = "G-MEASUREMENT_ID"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true