-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.stellar.yml
More file actions
86 lines (80 loc) · 2.86 KB
/
_config.stellar.yml
File metadata and controls
86 lines (80 loc) · 2.86 KB
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
logo:
avatar: /assets/icon.svg
title: オールトの雲
subtitle: '你眼中观测到的世界 | 就是我的奥尔特云'
inject:
head:
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/satouriko/LxgwWenKai_Webfonts@v1.101/dist/LXGWWenKai-Regular.css" />
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/satouriko/LxgwWenKai_Webfonts@v1.101/dist/LXGWWenKai-Light.css" />
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/satouriko/LxgwWenKai_Webfonts@v1.101/dist/LXGWWenKai-Bold.css" />
# 侧边栏主功能导航菜单
menubar:
columns: 4 # 一行多少个
items: # 可按照自己需求增加,符合以下格式即可
- id: post # 页面中高亮的 menu_id
theme: '#3DC550' # 高亮时的颜色,仅 svg 中 fill="currentColor" 时有效
icon: solar:documents-bold-duotone # 支持 svg/img 标签,可以定义在 icons.yml 文件中,也支持外部图片的 URL
title: 文章 # 标题
url: / # 跳转链接,支持相对路径和绝对路径
- id: BiliBili
theme: '#F44336'
icon: solar:tv-bold-duotone
title: Bilibili
url: https://space.bilibili.com/3025889
- id: Github
theme: '#FA6400'
icon: solar:code-bold-duotone
title: Github
url: https://github.com/cloudac7
- id: social
theme: '#1BCDFC'
icon: awesome:square-x-twitter
title: 推特
url: https://twitter.com/Cloudac7_Canoe
site_tree:
home:
sidebar: starter, welcome, recent
index_blog:
sidebar: starter, welcome, recent
index_topic:
menu_id: topic
topic:
menu_id: topic
article:
share: [wechat, weibo, email, link]
type: tech
style:
border-radius:
bar: 4px
card: 4px
block: 4px
text-align: justify
smooth_scroll: false
codeblock:
scrollbar: 0px
font-size:
body: 1rem
font-family:
logo: '"LXGW WenKai", system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif'
body: '"LXGW WenKai", system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif'
code: '"LXGW WenKai", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif'
codeblock: 'Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif'
comments:
service: giscus
# giscus
# https://giscus.app/zh-CN
giscus:
src: https://giscus.app/client.js
data-repo: Cloudac7/cloudac7.github.io
data-repo-id: MDEwOlJlcG9zaXRvcnkyNzM0MzcxMjE=
data-category: Announcements
data-category-id: DIC_kwDOEExRwc4C2M8Z
data-mapping: pathname
data-strict: 0
data-reactions-enabled: 1
data-emit-metadata: 0
data-input-position: top # top, bottom
data-theme: preferred_color_scheme
data-lang: zh-CN
data-loading: lazy
crossorigin: anonymous