summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2021-06-25 14:16:44 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2021-06-25 14:16:44 +0800
commit404a26e6a9be6785e45f52367f0068eaaa33b3bd (patch)
treef394dc0d70ac5aac075aba6859499af712623f26 /_config.yml
parent245fe2a0479819543e3f71499daada138c43377c (diff)
feat: support banner heading and subheading styles
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index dadaf64..a13bb03 100644
--- a/_config.yml
+++ b/_config.yml
@@ -152,6 +152,8 @@ yat:
# background: "rgba(0, 0, 0, 0.8)"
# height: "640px"
# min_height: null
+# heading_style: null # Custom heading style (e.g. "font-weight: bold; text-decoration: underline")
+# subheading_style: null # Custom subheading style (e.g. color: gold)
# Excerpt size setting
# excerpt_size: 350