-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.yaml
48 lines (44 loc) · 833 Bytes
/
hugo.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
baseurl: https://yanlinlin.cn/
title: 颜林林的个人网站
paginate: 20
googleAnalytics: "G-P6SH63QQPQ"
taxonomies:
category: categories
tag: tags
markup:
goldmark:
renderer:
unsafe: true
highlight:
codeFences: true
lineNos: true
style: monokailight
permalinks:
posts: /:year/:month/:day/:slug/
page: /:slug/
menu:
main:
- name: 博客
url: /
weight: 10
- name: 公众号
url: /public/
weight: 20
- name: 专栏
url: /categories/
weight: 30
- name: 标签
url: /tags/
weight: 40
- name: 作品
url: /works/
weight: 50
- name: 简历
url: /cv/
weight: 60
- name: 关于
url: /about/
weight: 80
- name: English
url: https://translate.google.com/translate?hl=en&sl=zh-CN&tl=en&u=https://yanlinlin.cn/
weight: 90