-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
107 lines (90 loc) · 2.82 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
107
baseURL = ""
languageCode = "zh-Hans"
title = "Ritchie Pub."
theme = "hugo-nuo"
enableRobotsTXT = true
PygmentsCodeFences = true
canonifyurls = true
# Disqus Username
disqusShortname = "melaozhu"
# Google Analytics UA number
googleAnalytics = "UA-33369276-1"
# Copyright of your post
copyright = "© This post is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License,please give source if you likes to quote or reproduce."
# Initial site menu, you can extend menu with content.
[[menu.main]]
name = "首页"
weight = 10
identifier = "home"
url = "/"
[[menu.main]]
name = "作品"
weight = 20
identifier = "works"
url = "https://github.com/laozhu"
[[menu.main]]
name = "标签"
weight = 30
identifier = "tags"
url = "/tags/"
# Add your own params here
[params]
author = "米老朱"
bg = "images/grey-prism.svg"
avatar = "images/avatar.png"
seotitle = "米老朱的博客 Ritchie Pub."
subtitle = "~ 带着爱和梦想生活 ~"
description = "这里是 @米老朱 的个人博客,记录他在互联网新世界探索的点点滴滴 This is melaozhu's personal blog, he takes note here while exploring the new world."
paginate = 10
# Choose your social networks
email = "laozhu.me@gmail.com"
github = "laozhu"
twitter = "melaozhu"
linkedin = "melaozhu"
weibo = "shiaohoo"
wechat= "images/qrcode.jpg" # Replace with your wechat qrcode image
# facebook = "melaozhu"
# google = "109063353665074282689"
# instagram = "melaozhu"
# youtube = "melaozhu"
# vimeo = "melaozhu"
# medium = "melaozhu"
# quora = "melaozhu"
# pinterest = "laozhu"
# dribbble = "laozhu"
# behance = "melaozhu"
# jsfiddle = "laozhu"
# codepen = "laozhu"
# zhihu = "melaozhu"
# douban = "melaozhu"
# bilibili = "13395348"
# stackoverflow = "laozhu"
# codesandbox = "melaozhu"
# npm = "laozhu"
# reddit = "melaozhu"
# Overrid theme styles in this file
# customStyle = "styles/custom.scss"
# Changyan Comments (China Only)
changyan = false
changyanId = "cyt3toRiB"
changyanConf = "prod_0908b1cb9a581501753cce1ed074dbe3"
# Google Webmaster
# https://www.google.com/webmasters/
googleSiteVerification = "_moDmnnBNVLBN1rzNxyGUGdPHE20YgbmrtzLIbxaWFc"
# Bing Webmaster
# https://www.bing.com/toolbox/webmaster/
msValidate = "22596E34341DD1D17D6022C44647E587"
# Baidu Webmaster (China Only)
# https://zhanzhang.baidu.com/
baiduSiteVerification = "MZ23SPxxfa"
# Sogou Webmaster (China Only)
# http://zhanzhang.sogou.com/
sogouSiteVerification = "m2jktMQTZm"
# 360 Webmaster (China Only)
# http://zhanzhang.so.com/
soSiteVerification = "b7ab3b4c2edbc856642004d1b8c27a91"
# Baidu Tongji (China Only)
# https://tongji.baidu.com/
# baiduTongji = "e21dc1e8a592188271b615159dc88af7"
# ICP Number (China Only)
ICP = "苏ICP备16005986号-2"