-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
106 lines (95 loc) · 2.6 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
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
baseURL = "http://lukewang.cn"
title = "LukeWang的博客"
theme = "hugo-coder"
languageCode = "zh-cn"
defaultContentLanguage = "zh-cn"
paginate = 20
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableEmoji = true
# Enable Disqus comments
# disqusShortname = "yourdiscussshortname"
[params]
author = "Luke Wang"
# license = '<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA-4.0</a>'
description = "Luke Wang的个人博客"
keywords = "互联网金融,.NetCore,Python、项目管理、软件架构、DevOps、读书、旅行、ETF投资"
info = [".Net程序员","轻度户外爱好者" ]
avatarURL = "images/avatar.jpg"
#gravatar = "junw163@163.com"
dateFormat = "2006-01-02"
since = 2022
# Git Commit in Footer, uncomment the line below to enable it
#commit = "https://github.com/luizdepra/hugo-coder/tree/"
# Right To Left, shift content direction for languagues such as Arabic
rtl = false
# Specify light/dark colorscheme
# Supported values:
# "auto" (use preference set by browser)
# "dark" (dark background, light foreground)
# "light" (light background, dark foreground) (default)
colorScheme = "auto"
# Hide the toggle button, along with the associated vertical divider
hideColorSchemeToggle = false
hidecredits = true
hidecopyright = false
series = true
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
#customCSS = ["/css/main.css"]
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
customSCSS = []
# Custom JS
#customJS = ["/js/lazysizes.min.js", "/js/flying-pages.min.js", "/js/custom.js"]
math = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.socials]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 1
url = "https://github.com/LukeWJ"
[[params.socials]]
name = "Twitter"
icon = "fa fa-2x fa-twitter"
weight = 3
url = "https://twitter.com/xxaccp"
[[params.socials]]
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 6
url = "index.xml"
[languages.zh-cn]
languagename = "Chinese"
title = "Luke Wang 的博客"
[languages.zh-cn.menu]
[[languages.zh-cn.menu.main]]
name = "关于"
weight = 7
url = "/about/"
[[languages.zh-cn.menu.main]]
name = "读书"
weight = 3
url = "/read/"
[[languages.zh-cn.menu.main]]
name = "编程"
weight = 4
url = "/dev/"
[[languages.zh-cn.menu.main]]
name = "理财"
weight = 5
url = "/money/"
[[languages.zh-cn.menu.main]]
name = "旅行"
weight = 6
url = "/trips/"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true