-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
85 lines (70 loc) · 1.96 KB
/
hugo.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
baseURL = "https://mizu.reisen"
languageCode = "en-us"
title = "mizu.reisen"
theme = "cactus"
copyright = "it will be like that everytime"
enableRobotsTXT = true
# googleAnalytics = "UA-1234-5"
summaryLength = 2
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Writings"
url = "/posts"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
weight = 4
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "dracula"
tabWidth = 4
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
# \themes\cactus\assets\scss\colors
colortheme = "latte"
favicon = "favicon.ico"
description = """
i'm a security engineer and technical consultant, with a strong interest for cybersecurity and compliance.\n
i can go by Hoang, or more friendly, mizu and reisen works too.\n
"""
additional_description = """
more about me (and my cv) can be found at
"""
rss = true # generate rss feed. default value is false
googleAnalyticsAsync = true # use asynchronous tracking. Synchronous tracking by default
showAllPostsArchive = false # default
mainSection = "posts" # your main section
aboutSection = "about"
showAllPostsOnHomePage = false # default
postsOnHomePage = 5 # this option will be ignored if showAllPostsOnHomePage is set to true
tagsOverview = true # show tags overview by default.
showProjectsList = true # show projects list by default (if projects data file exists).
# https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference
dateFormat = "2006-01-02" # default
# Post page settings
show_updated = true # default
showReadTime = true # default
[security]
[security.funcs]
getenv = ['^HUGO_', '^CI$']