-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
63 lines (56 loc) · 1.28 KB
/
config.yaml
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
title: "Pytool Blog"
languageCode: "zh-CN"
baseurl: "pytool.com"
copyright: "Copyright (c) 2017. All rights reserved. <a href='http://www.miitbeian.gov.cn/'>粤ICP备17074587号-1</a>"
theme: "hugo-rapid-theme"
MetaDataFormat: "yaml"
# canonifyurls: true
builddrafts: false
PaginatePath: paginator
pygmentsStyle: "default"
pygmentsUseClasses: true
disablePathToLower: true
hasCJKLanguage: true
permalinks:
posts: /:year/:month/:day/:slug/
outputs:
home:
- "HTML"
- "RSS"
outputFormats:
RSS:
mediatype: "application/rss"
baseName: "feed"
Taxonomies:
tag: "tags"
category: "categories"
series: "series"
author:
name: "rinetd"
params:
GitHubUser: "pytool"
SidebarRecentLimit: 5
DateForm : "2006年01月02日 15:04:05"
Tagline: "thinking"
Description: "如果你没有感觉到时间不够用时,你多半正在虚度光阴。"
Keywords: "独立博客,程序员,思考,读书笔记,技术分享"
menu:
main:
- Name: "归档"
Pre: "<i class='fa fa-heart'></i>"
Weight: -110
Identifier: "post"
URL: "/post/"
- Name: "关于我"
Pre: "<i class='fa fa-road'></i>"
Identifier: "about"
Weight: -100
URL: "/about/"
images:
- 480x
- 768x
- 960x
- 1024x
- 1920x
- 720x340
- 520x245