feat: change default value of _config.yml

This commit is contained in:
jeffreytse 2020-07-12 16:25:06 +08:00
parent 413f0997d9
commit fefb22a8db

View file

@ -25,8 +25,8 @@ yat:
# If you want more debug log, you can set true # If you want more debug log, you can set true
# debug: false # debug: false
# If you want transparent header, you can set true # If you don't want transparent header, you can set false
# header_transparent: false # header_transparent: true
# Google analytics # Google analytics
# google_analytics: [Tracking ID] # google_analytics: [Tracking ID]
@ -69,15 +69,11 @@ yat:
# You can choose a theme color # You can choose a theme color
# Default theme colors as below: # Default theme colors as below:
# coolblack: #090a0b
# spacegrey: #353535 # spacegrey: #353535
# inkpurple: #543581 # snowwhite: #ffffff
# aquablue: #00aaa0
# azureblue: #2863b1
# gracered: #a12a50
# aloegreen: #3d9e56
# rustbrown: #795548
# #
# theme_color: spacegrey # theme_color: snowwhite
# #
# Custom color as below: # Custom color as below:
# theme_color: "#882250" # theme_color: "#882250"
@ -113,7 +109,10 @@ yat:
# redirect_uri: "Your redirect url" # If you use a custom domain name # redirect_uri: "Your redirect url" # If you use a custom domain name
# Build settings # Build settings
# highlighter: none
markdown: kramdown markdown: kramdown
kmarkdown:
input: GFM
plugins: plugins:
- jekyll-feed - jekyll-feed