-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
110 lines (87 loc) · 2.4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
baseURL = "https://beiertu-mms.github.io"
title = "Tung Beier"
languageCode = "en-us"
theme = "hello-friend-ng"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
paginate = 10
rssLimit = 10
copyright = "This work is licensed under the MIT License." # This message is only used by the RSS template.
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpired = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[permalinks]
posts = "/posts/:year/:month/:title/"
[params.author]
name = "Tung Beier"
[blackfriday]
hrefTargetBlank = true
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "2 Jan, 2006"
dateformShort = "2 Jan"
dateformNum = "02-01-2006"
dateformNumTime = "02-01-2006 15:04"
description = "Tung Beier's landing page"
keywords = ""
images = [""]
homeSubtitle = "A backend engineer specializing in JVM and Cloud technologies."
disableReadOtherPosts = false
enableThemeToggle = true
enableSharingButtons = true
enableGlobalLanguageMenu = true
customCSS = []
customJS = []
justifyContent = true
[params.footer]
trademark = true
rss = false
copyright = true
author = true
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
]
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.logo]
logoMark = "$"
logoText = "cd "
logoHomeLink = "/"
[params.commento]
url = ""
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "github"
url = "https://github.com/beiertu-mms"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/tung-beier/"
[languages]
[languages.en]
[languages.en.params]
subtitle = "Hello Friend NG Theme"
weight = 1
copyright = '<a href="https://github.com/beiertu-mms/beiertu-mms.github.io/blob/master/LICENSE" target="_blank" rel="noopener">MIT</a>'