feat: add banner default settings to _config.yml

This commit is contained in:
jeffreytse 2021-06-17 20:46:04 +08:00
parent 6b5857a215
commit 941fd3c248

View file

@ -143,6 +143,15 @@ yat:
# subheading: "Your awesome subheading"
# banner: "Your image url"
# Banner default settings
# These banner settings are for global banner default, but you can also
# config it by the front matter for one specific post
# banner:
# image: null
# opacity: 1.0
# background: "rgba(0, 0, 0, 0.8)"
# height: "640px"
# Excerpt size setting
# excerpt_size: 350