-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
55 lines (46 loc) · 1.04 KB
/
hugo.toml
File metadata and controls
55 lines (46 loc) · 1.04 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
baseURL = 'https://Andrei-Constantin-Programmer.github.io/ibm-ucl-blog/'
languageCode = 'en-gb'
title = 'Anti-Pattern Resolutor'
theme = "PaperMod"
defaultContentLanguage = "en"
enableInlineShortcodes = true
[params]
mainSections = ["posts", "vlogs", "project", "team"]
ShowBreadCrumbs = true
ShowReadingTime = true
ShowPostNavLinks = true
ShowCodeCopyButtons = true
defaultTheme = "auto"
[pagination]
pagerSize = 5
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "Vlogs"
url = "/vlogs"
weight = 3
[[menu.main]]
name = "Project"
url = "/project"
weight = 4
[[menu.main]]
name = "Team"
url = "/team"
weight = 5
[params.assets]
customCSS = [
"https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css",
"css/glightbox-custom.css"
]
customJS = [
"https://cdn.jsdelivr.net/npm/glightbox/dist/js/glightbox.min.js",
"js/init-glightbox.js"
]