-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
73 lines (67 loc) · 1.64 KB
/
config.toml
File metadata and controls
73 lines (67 loc) · 1.64 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
baseURL = 'https://dennisxie.github.io/'
languageCode = 'en-us'
title = "Dennis's Grocery"
theme = "hugo-papermod"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
linenos = true
linenostart = 1
[languages]
[languages.en]
languageName = "English"
weight = 1
[[languages.en.menu.main]]
name = "Tech"
url = "/categories/tech/"
weight = 10
[[languages.en.menu.main]]
name = "Cook"
url = "/categories/cook/"
weight = 20
[[languages.en.menu.main]]
name = "Other"
url = "/categories/other/"
weight = 30
[languages.zh]
languageName = "Chinese"
weight = 2
[[languages.zh.menu.main]]
name = "技术"
url = "/zh/categories/tech/"
weight = 10
[[languages.zh.menu.main]]
name = "美食"
url = "/zh/categories/recipe/"
weight = 20
[[languages.zh.menu.main]]
name = "其他"
url = "/zh/categories/other/"
weight = 30
[params]
env = "production"
title = "Software Engineering"
SEOTitle = "Dennis Xie Blog"
keyword = "Dennis, Java, Python, Cook"
ShowShareButtons = true
# Sidebar settings
sidebar_about_description = "Software Developer"
about_me = true
ShowBreadCrumbs = true
comments = true
hyvor = false
disqus = true
[params.assets]
favicon = "/images/favicon.ico"
[params.homeInfoParams]
Title = "Dennis Blog"
Content = """
Welcome to Dennis's Grocery!!!
- Sharing techs 🌟
- Sharing recipes 🌟
- Sharing happy times 🌟"""
[[params.socialIcons]]
name = "github"
url = "https://github.com/DennisXie"