summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorRotzbua <Rotzbua@users.noreply.github.com>2022-02-08 17:03:58 +0100
committerGitHub <noreply@github.com>2022-02-09 00:03:58 +0800
commitad83aa4302f035ab2f76f2f239e8748fa3e9f0c7 (patch)
tree7f31c6f4cd3ba9855744ba49223b1b6e3eda6196 /_config.yml
parentf24a4e3fb051a47d2837812ca844afc48db9019e (diff)
docs: fix typo and use https (#79)
* fix typo * fix links http -> https
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index f01e1d5..9029b67 100644
--- a/_config.yml
+++ b/_config.yml
@@ -48,7 +48,7 @@ description: >- # this means to ignore newlines until "baseurl:"
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
-url: "" # the base hostname & protocol for your site, e.g. http://example.com
+url: "" # the base hostname & protocol for your site, e.g. https://example.com
favicon: "" # the favicon for your site
# Yat date format
@@ -172,7 +172,7 @@ yat:
# opacity: 1.0 # Banner opacity (100% is 1.0)
# background: "rgba(0, 0, 0, 0.8)" # Banner background (Could be a image)
# height: "640px" # Banner default height
-# min_height: null # Banner minium height
+# min_height: null # Banner minimum height
# heading_style: null # Custom heading style (e.g. "font-weight: bold; text-decoration: underline")
# subheading_style: null # Custom subheading style (e.g. color: gold)