-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
120 lines (109 loc) · 2.33 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# app config #
host: 0.0.0.0
port: 8080
cache_path: tmp
# use this secret to update your posts
update_endpoint: /update
update_secret: 123456
# configure object storage to automatically obtain article updates
storage:
src: _blog/src/post
dst: _blog/dst/post
auto_pull: true
type: COS
cos:
appid:
bucket:
region:
secret_id:
secret_key:
save_path:
# website template directory
template: templates/default
# site config #
site:
# basic info
info:
logo: /assets/img/logo.png
link: https://yvling.cn
motto:
- I hope I can make it out of here.
- I hope that I can still feel the sun on my face, and hear the sound of the rain.
- I hope that I can walk with my head held high again, free, and one day be able to say,
- I’m not just living,
- I’m truly alive.
- <br>
- —— Andy Dufresne
title: Molly Blog
author: yvling
email: yvling.cn@outlook.com
language: en
copyright: Copyright © 2024 Powered by <a href="https://github.com/yv1ing/MollyBlog">MollyBlog</a>
description: A simple and easy-to-use blog
# menu config
menu:
items:
- name: Home
icon: fa-solid fa-house
url: /
- name: Archive
icon: fa-solid fa-box-archive
url: /archive
- name: Friends
icon: fa-solid fa-user-group
url: /friend
- name: Music
icon: fa-solid fa-music
url: /music
- name: About
icon: fa-solid fa-circle-info
url: /about
- name: RSS
icon: fa-solid fa-rss
url: /rss
# post config
post:
toc_title: Content
# title and number of post displayed per page
recent_post:
title: Recent Posts
number: 10
archive:
title: Archive
number: 15
search:
title: Search
number: 15
category:
title: Category
number: 15
tag:
title: Tag
number: 15
# about config
about:
title: About
src: _blog/src/about
dst: _blog/dst/about
filename: index
# friends link
friend:
title: Friends
list:
- name:
link:
avatar:
description:
# my music
music:
title: Music
list:
- name:
singer:
cover:
music_url:
lyric_url:
statistics:
enable: false
type: baidu
baidu: