-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
74 lines (63 loc) · 1.54 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
baseURL = 'https://blog.woojiahao.com'
languageCode = 'en-us'
title = 'jiahao.blog'
theme = 'hugo-tania'
paginate = 6
[params]
# Emoji will show before the blog title on site navbar.
titleEmoji = "☃️"
# Logo will show before the blog title on site navbar.
titleLogo = ""
# Enable float footnotes.
# Default to true
enableFootnotes = true
siteName = "jiahao.blog"
siteDesc = "Ramblings and musings of Jia Hao (jiāháo) - software engineer, Elixir enthusiast, technical author, and all around tech nerd!"
author = "Jia Hao (jiāháo)"
[params.colorScheme]
# Enable toggle colorScheme
# Default to true
toggle = true
# Default colorScheme
# Default to auto
#default = auto
# Limit how many categories filter show above search input.
# Default to 5
maxCategoryToShow = 10
# Show your social information with icon on index bio with `_index.md` content.
[params.socialOptions]
dev-to = ""
email = "woojiahao1234@gmail.com"
facebook = ""
github = "https://github.com/woojiahao"
instagram = ""
linkedin = "https://www.linkedin.com/in/woojiahao/"
medium = ""
stack-overflow = ""
steam = ""
telegram = ""
twitter = "https://twitter.com/woojiahao_"
twitch = ""
whatsapp = ""
# Comments settigns
[params.comments]
enabled = true
provider = "disqus"
[menu]
[[menu.header]]
name = "Articles"
url = "/articles/"
# [[menu.footer]]
# name = "RSS"
# url = "/index.xml"
[[menu.footer]]
name = "About Me"
url = "https://woojiahao.com"
[markup]
[markup.highlight]
noClasses = false
lineNos = true
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]