summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-07-12 16:25:06 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-07-12 16:25:06 +0800
commitfefb22a8dbc8e103b94a1587594b36df4cf35560 (patch)
treedf2f28377b3df61ab7e5d1d6eb062e043793b5a7 /_config.yml
parent413f0997d9ad36a8be97387456f47c740e071e95 (diff)
feat: change default value of _config.yml
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/_config.yml b/_config.yml
index 6380701..4731b39 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,8 +25,8 @@ yat:
# If you want more debug log, you can set true
# debug: false
-# If you want transparent header, you can set true
-# header_transparent: false
+# If you don't want transparent header, you can set false
+# header_transparent: true
# Google analytics
# google_analytics: [Tracking ID]
@@ -69,15 +69,11 @@ yat:
# You can choose a theme color
# Default theme colors as below:
+# coolblack: #090a0b
# spacegrey: #353535
-# inkpurple: #543581
-# aquablue: #00aaa0
-# azureblue: #2863b1
-# gracered: #a12a50
-# aloegreen: #3d9e56
-# rustbrown: #795548
+# snowwhite: #ffffff
#
-# theme_color: spacegrey
+# theme_color: snowwhite
#
# Custom color as below:
# theme_color: "#882250"
@@ -113,7 +109,10 @@ yat:
# redirect_uri: "Your redirect url" # If you use a custom domain name
# Build settings
+# highlighter: none
markdown: kramdown
+kmarkdown:
+ input: GFM
plugins:
- jekyll-feed