47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
canvas_fluttering_ribbon:
|
||
enable: true
|
||
mobile: true # false 手機端不顯示 true 手機端顯示
|
||
# # 點擊出現愛心
|
||
# click_heart:
|
||
# enable: true
|
||
# mobile: false
|
||
fireworks:
|
||
enable: true
|
||
zIndex: -1 # -1 or 9999
|
||
mobile: false
|
||
# 美化頁面顯示
|
||
beautify:
|
||
enable: true
|
||
field: site # site/post
|
||
title-prefix-icon: '\f0c1'
|
||
title-prefix-icon-color: "#F47466"
|
||
# 加載動畫 Loading Animation
|
||
preloader: true
|
||
# enable: false
|
||
# source
|
||
# 1. fullpage-loading
|
||
# 2. pace (progress bar)
|
||
# source: 1
|
||
# pace theme (see https://codebyzach.github.io/pace/)
|
||
# pace_css_url:
|
||
|
||
# 图片格式 background: url(http://xxxxxx.com/xxx.jpg)
|
||
# 顔色 background: '#49B202'
|
||
# 留空 显示白色
|
||
background: '#efefef'
|
||
# background: url(https://i.loli.net/2019/09/09/5oDRkWVKctx2b6A.png)
|
||
|
||
highlight_theme: mac light
|
||
highlight_copy: true
|
||
highlight_lang: true # show the code language 是否显示代码块语言
|
||
highlight_shrink: false #true代码框不展开,需点击 '>' 打开 false展开 none不显示'>'按钮,代码块展开
|
||
code_word_wrap: true
|
||
index_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/BBC19066-E176-47C2-9D22-48C81EE5DF6B.jpeg
|
||
archive_img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-wallpaper/abstract/67239FBB-E15D-4F4F-8EE8-0F1C9F3C4E7C.jpeg
|
||
|
||
|
||
# Footer设置
|
||
since: 2022
|
||
footer_custom_text: Hi, welcome to my Xiaoda blog!
|
||
# footer是否显示图片背景(与top_img一致)
|
||
footer_bg: true |