forked from imlk0/imlk0.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
62 lines (53 loc) · 1.31 KB
/
config.yaml
File metadata and controls
62 lines (53 loc) · 1.31 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
baseURL: https://blog.imlk.top/
languageCode: zh-cn
title: imlk's blog
hasCJKLanguage: true
buildDrafts: false
# ignore files under `content/` fir
ignoreFiles:
- 'posts/images'
- 'posts/objects'
- 'images'
- 'objects'
# each taxonomies in this form:
# singular value: plural value
taxonomies:
category: categories
tag: tags
disableKinds:
- taxonomyTerm
enableGitInfo: true
menu:
main:
- name: 🏠Home
url: ""
weight: 1
- name: 👋About
url: "about/"
weight: 2
- name: 📜Archives
url: "archives/"
weight: 3
- name: 🔗Friends
url: "friends/"
weight: 5
- name: 🕸️DN42
url: "dn42/"
weight: 6
- name: 📢Subscribe
url: "index.xml"
weight: 7
# TODO: consider add a page to show my toy boxes here??
# TODO: add a page for guests to leave some message. may be encrypted message can be supported
params:
footer: "© imlk 2017 -- 2023 | [imlk\\'s blog](https://blog.imlk.top) | [Github](https://github.com/imlk0/) | [Email](mailto:me@imlk.top) | [京ICP备2020042968号-1](https://beian.miit.gov.cn/)"
utteranc:
enable: true
repo: "imlk0/imlk0.github.io"
issueTerm: "pathname"
theme: "github-light"
label: "💬 comments 💬"
markup:
goldmark:
renderer:
unsafe: true