-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (50 loc) · 1.41 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
baseurl = "https://www.aproton.tech/"
languageCode = "zh-CN"
title = "aproton"
disqusShortname = ""
disableRSS = true
paginate = 10
footnotereturnlinkcontents = "↩"
googleAnalytics = ""
#theme = "hugo-icarus-theme"
theme = "hugo-theme-stack"
[params]
author = "kuper"
bio = "Blogger - Programmer - Kuper"
location = "Beijing"
logo = "/images/alogo.png"
gravatar = ""
copyright = "Powered by [aproton](//www.aproton.tech). [京ICP备16041151号-2](https://beian.miit.gov.cn/)"
avatar = "https://avatars.githubusercontent.com/u/1849013?v=4"
disable_mathjax = false
# define which types of pages should be shown. By default the type with the most regular pages
mainSections = ["post"]
# Format dates with Go's time formatting
date_format = "2006-01-02"
# Add custom assets with their paths relative to the static folder
custom_css = []
custom_js = []
[permalinks]
post = "/:year/:month/:day/:slug"
[params.profile]
follow_button = "https://github.com/aprotontech"
[social]
github = "aprotontech"
twitter = ""
[[params.menu]]
before = true
label = "Home"
link = "/"
[[params.menu]]
before = false
label = "Tags"
link = "tags/"
[[params.menu]]
before = false
label = "Categories"
link = "categories/"
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true