From 89f36b30b33943db20608b025f34bca8fedfcb3b Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Fri, 30 Dec 2016 19:28:24 +0800 Subject: [PATCH] fix(config): wrong comment --- _config.init.yml | 4 ++-- _config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.init.yml b/_config.init.yml index be5c020d7..4d14df20a 100644 --- a/_config.init.yml +++ b/_config.init.yml @@ -78,8 +78,8 @@ description: Almace Scaffolding - Super-fast Jekyll framework # Base URL, this is useful when I need to build site in a subdirectory (like # GitHub Pages for Projects), it provides a specific URL prefix, for example, if -# the production site URL is http://sparanoid.com/lab/version/, set `base` to -# `/lab/version/24`, without trailing slash. +# the production site URL is https://sparanoid.com/my-project/, set `base` to +# `/my-project`, without trailing slash. # Default: "" base: "" diff --git a/_config.yml b/_config.yml index 813d69d1f..dd5c62277 100644 --- a/_config.yml +++ b/_config.yml @@ -78,8 +78,8 @@ description: Almace Scaffolding - Super-fast Jekyll framework # Base URL, this is useful when I need to build site in a subdirectory (like # GitHub Pages for Projects), it provides a specific URL prefix, for example, if -# the production site URL is http://sparanoid.com/lab/version/, set `base` to -# `/lab/version/24`, without trailing slash. +# the production site URL is https://sparanoid.com/my-project/, set `base` to +# `/my-project`, without trailing slash. # Default: "" base: /lab/amsf