-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
107 lines (90 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
baseURL = "https://vector1983.github.io"
languageCode = "en"
title = "Wei's Blog"
theme = "hugo-nuo"
enableRobotsTXT = true
PygmentsCodeFences = true
canonifyurls = true
# Disqus Username
disqusShortname = "disqus_shortname"
# Google Analytics UA number
googleAnalytics = "UA-XXXXXXXX-X"
# Copyright of your post
copyright = "© This post is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License,please give source if you wish to quote or reproduce."
# Initial site menu, you can extend menu with content.
[[menu.main]]
name = "Home"
weight = 10
identifier = "home"
url = "/"
[[menu.main]]
name = "Works"
weight = 20
identifier = "works"
url = "https://github.com/"
[[menu.main]]
name = "Tags"
weight = 30
identifier = "tags"
url = "/tags/"
# Add your own params here
[params]
author = "Wei Hu"
bg = "images/grey-prism.svg"
avatar = "images/avatar.png"
seotitle = "Wei's Blog (SEO Version)"
subtitle = "~ Keep It Simple & Stupid ~"
description = "Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again."
paginate = 10
# Choose your social networks
email = "[email protected]"
github = "github_username"
twitter = "twitter_username"
linkedin = "linkedin_username"
weibo = "weibo_username"
wechat= "images/qrcode.jpg" # Replace with your wechat qrcode image
# facebook = "facebook_username"
# google = "googlplus_id_number"
# instagram = "instagram_username"
# youtube = "youtube_username"
# vimeo = "vimeo_username"
# medium = "medium_username"
# quora = "quora_username"
# pinterest = "pinterest_username"
# dribbble = "dribbble_username"
# behance = "behance_username"
# jsfiddle = "jsfiddle_username"
# codepen = "codepen_username"
# zhihu = "zhihu_username"
# douban = "douban_username"
# bilibili = "bilibili_id_number"
# 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"