-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
52 lines (48 loc) · 1.21 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
baseURL: "https://ekxs0109.github.io/"
languageCode: "zh-CN"
title: "朝闻夕没"
theme: 'PaperMod'
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
Copyright: "© 2023 [ekxs'Blog](/) | [蜀ICP备19028772号](https://beian.miit.gov.cn/)\n\n</br> "
#配置菜单
menu:
main:
- name: 搜索
url: search/
weight: 2
- name: 归档
url: archives/
weight: 4
- name: 分类
url: tags/
weight: 3
- name: 首页
url: /
weight: 1
# - name: 关于我
# url: about/
# weight: 10
params:
defaultTheme: auto
comments: true
homeInfoParams:
Title: "你好,人类 🤖" # optional default will be site title
Content: "欢迎来到我的博客,喜欢折腾各种技术和事物。\n\n在这里,我将分享我的经验和见解,与大家一起努力成长。"
socialIcons: # optional
- name: "github"
url: "https://github.com/ekxs0109/"
- name: "leetcode"
url: "https://leetcode.cn/u/ekxs/"
- name: "rss"
url: "/index.xml"
- name: "email"
url: "mailto:[email protected]"
outputs:
home:
- HTML
- RSS