summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2023-08-26 16:28:58 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2023-08-26 18:27:56 +0800
commit2d389272f1f0efc01f2a958f17e1ed73578d5917 (patch)
treecf23ac38ce026598afbd493c7e02c6ac76b8d815 /_config.yml
parentbb1e308bef725f7633909ff494940cfbb7a3f74b (diff)
feat: rich excerpt with image support (#125)
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 9724c6b..12c16cd 100644
--- a/_config.yml
+++ b/_config.yml
@@ -182,8 +182,13 @@ yat:
# 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
+# Excerpt settings
+# excerpt:
+# default_image: /assets/images/default-image.jpeg # Default image when the image style is not none
+# image_style: z # Image layout style (It's value could be none, left, right, top, z, z-reverse)
+# image_width: 38.2% # Image default width
+# image_height: 160px # Image default height
+# text_size: 350 # Words default size
# Pagination setting
# paginate: 5