-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yml
122 lines (112 loc) · 3.15 KB
/
hugo.yml
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
baseURL: "https://fuyi-atlas.github.io/"
languageCode: en-us
title: "Fuyi Atlas"
paginate: 10 # 首页每页显示的文章数
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true # 允许爬虫抓取到搜索引擎,建议 true
enableEmoji: true
pygmentsUseClasses: true
languages:
en:
languageName: "English"
weight: 1
title: Fuyi Atlas
menu:
main:
- identifier: archives
name: Archive
url: /archives/
weight: 5
- identifier: search
name: Search
url: /search/
weight: 10
- identifier: categories
name: Categories
url: /categories/
weight: 15
- identifier: tags
name: Tags
url: /tags/
weight: 20
# - identifier: about
# name: About
# url: /about/
# weight: 25
zh:
languageName: "Chinese"
weight: 2
title: 拂衣志
menu:
main:
- identifier: archives
name: 归档
url: /archives/
weight: 5
- identifier: search
name: 搜索
url: /search/
weight: 10
- identifier: categories
name: 类别
url: /categories/
weight: 15
- identifier: tags
name: 标签
url: /tags/
weight: 20
# - identifier: about
# name: 关于
# url: /about/
# weight: 25
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "Fuyi Atlas - https://github.com/fuyi-atlas/fuyi-atlas.github.io"
author: Fuyi
# author: ["Fuyi", "Fuyi"]
defaultTheme: auto # to switch between dark or light according to browser theme
homeInfoParams:
Title: "Fuyi Atlas"
# Content: "如果你想要拥有从未有过的东西,那就去做你从未做过的事!"
Content: >
**I have a dream too !**
- 开源技术赋予我们站在巨人的肩膀上做到更高更强的可能,我想通过开源技术来构建一个地理信息的世界,愿给地理信息数据带来更多的使用价值。
- 既然都说人类活动所接触、产生的信息80%以上都与地理空间位置有关,那么这些空间数据就应该很容易的被使用,而不是仅被围困在专业领域内,不是吗?
- <br>
- 如果你想要拥有从未有过的东西,那就去做你从未做过的事!
socialIcons:
- name: github
url: "https://github.com/zhou-fuyi"
- name: email
url: "mailto:[email protected]"
- name: RSS
url: "index.xml"
cover:
linkFullImages: true
ShowBreadCrumbs: true
ShowReadingTime: true
ShowPostNavLinks: true
# ShowShareButtons: true
ShowCodeCopyButtons: true
# ShowRssButtonInSectionTermList: true
ShowToc: true
assets:
disableHLJS: true
# config search
outputs:
home:
- HTML
- RSS
- JSON # is necessary
markup:
goldmark:
renderer:
unsafe: true
highlight:
# anchorLineNos: true
codeFences: true
guessSyntax: true
# lineNos: true
noClasses: false
style: monokai