-
Notifications
You must be signed in to change notification settings - Fork 88
/
config.toml
88 lines (67 loc) · 2.95 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
baseURL = "https://example.com"
builddrafts = false
languageCode = "zn-Hans"
canonifyurls = true
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
enableEmoji = true
hasCJKLanguage = true
summaryLength = 200
Paginate = 3
theme = "AllinOne"
title = "Orianna"
pygmentsuseclasses = true
[permalinks]
blog = "blog/:year-:month/:slug/"
[taxonomies]
tag = "tags"
series = "series"
category = "categories"
[menu]
[[menu.main]]
name = "Blog"
weight = -120
identifier = "blog"
url = "blog/"
[[menu.main]]
name = "Moment"
weight = -110
identifier = "moment"
url = "moment/"
[[menu.main]]
name = "About"
weight = -100
identifier = "about"
url = "about/"
[params]
faviconfile = "img/zheng.png" # from static/
avatar = "img/profile.jpg" # path to image in static dir e.g img/avatar.png
author = "Orianna"
description = ["Be myself.", "Love the wonderful world.", "Do the right things and be a better man."] # appears in the site header when set to a non-empty string
welcome_head = "Hello, World!"
welcome_word = "~ No Day But Today ~"
latestpostscount = 5 # how many posts to display on the home page
bloggroupby = 'month'
dateform = "Jan 2, 2006"
dateformfull = "2006-01-02 Monday 15:04:05"
noshowreadtime = false # if true, don't show "<x> minutes read" in posts
# slides
slidesDirPath = "themes/AllinOne/static/img/header-slides" # path to image in local dir (path for hugo)
slidesDirPathURL = "img/header-slides" # path to image in static dir (for static pages)
# highlighting
highlightjs = true
# latex
katex = true
# links
email = "[email protected]"
github = "//github.com/you"
linkedin = "//linkedin.com/in/you"
facebook = "//facebook.com/you"
googleplus = "//google.com/you"
twitter = "//twitter.com/you"
px500 = "//px500"
instagram = "//instagram.com/you"
include_rss = true # include RSS <link> tag in <head> and show RSS icon
# analytics
googleAnalytics = "your-google-analytic-id"