Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions _config.stellar.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,4 @@
sidebar:
menu:
post: '[随笔](/)'
notes: '[便签](/notes/)'
more: '[更多](/more/)'
comments:
service: beaudar
beaudar:
repo: mengchunm/blog-comments

open_graph:
enable: true
twitter_id: # for open_graph meta

tag_plugins:
# {% emoji %}
emoji:
default:
blobcat: https://gcore.jsdelivr.net/gh/norevi/waline-blobcatemojis@1.0/blobs/%s.png
bbpng: https://emoj.ml/blob%s.png
bbgif: https://emoj.ml/ablob%s.gif

search:
service: local_search # local_search,
local_search: # 在 front-matter 中设置 indexing:false 来避免被搜索索引
field: post # post, page, all
path: /search.json # 搜索文件存放位置
content: true # 是否搜索内容
codeblock: true # 是否搜索代码块(需要content: true)
1 change: 1 addition & 0 deletions beaudar.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"origins": [
"https://saevio.cn",
"https://mengchunm.github.io"
]
}
Loading