-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
58 lines (52 loc) · 1.47 KB
/
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
49
50
51
52
53
54
55
56
57
58
baseURL: "https://blog.wall-breaker-no4.xyz/"
languageCode: zh
title: WallBreakerNO4的博客
theme: PaperMod
timeZone: Asia/Shanghai
build:
buildFuture: true
params:
env: production
homeInfoParams:
Title: 你好,世界!
Content: 一个正在学习,但总想着打游戏的人
comments: true
#profileMode:
# enabled: true
# title: "你好,世界!" # optional default will be site title
# subtitle: "一个正在学习,但总想着打游戏的人"
# imageUrl: "https://image.wall-breaker-no4.xyz/WallBreakerNO4-1024px.png" # optional
# imageTitle: "WallBreakerNO4" # optional
# imageWidth: 120 # custom size
# imageHeight: 120 # custom size
# buttons:
# - name: Archive
# url: "/archive"
# - name: Github
# url: "https://github.com/"
socialIcons: # optional
- name: "bilibili"
url: "https://space.bilibili.com/28978056"
- name: "github"
url: "https://github.com/wallBreakerNO4"
ShowCodeCopyButtons: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
defaultTheme: dark
assets:
favicon: "assets/favicon.ico"
favicon16x16: "assets/favicon-16x16.png"
favicon32x32: "assets/favicon-32x32.png"
apple_touch_icon: "assets/apple-touch-icon.png"
safari_pinned_tab: "assets/mstile-150x150.png"
menu:
main:
- name: 朋友
url: /friends/
weight: 10
- name: 关于
url: /about/
weight: 20
- name: 存档
url: /archives
weight: 30