mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added about me page and fixed some bugs
This commit is contained in:
15
config.yaml
15
config.yaml
@@ -9,10 +9,10 @@ update_secret: 123456
|
||||
|
||||
# configure object storage to automatically obtain article updates
|
||||
storage:
|
||||
src: _post/src
|
||||
dst: _post/dst
|
||||
type: COS
|
||||
src: _blog/src/post
|
||||
dst: _blog/dst/post
|
||||
auto_pull: true
|
||||
type: COS
|
||||
cos:
|
||||
appid:
|
||||
bucket:
|
||||
@@ -74,4 +74,11 @@ site:
|
||||
number: 10
|
||||
tag:
|
||||
title: Tag
|
||||
number: 10
|
||||
number: 10
|
||||
|
||||
# about config
|
||||
about:
|
||||
title: About me
|
||||
src: _blog/src/about
|
||||
dst: _blog/dst/about
|
||||
filename: index
|
||||
Reference in New Issue
Block a user