From a53325a8d5b19297fcd9a4b96b294d78e9371e70 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 26 Sep 2018 20:55:18 +0800 Subject: [PATCH] config: fix uri --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 92e645c..43413a8 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,7 @@ subtitle : # site tagline that appears below site title in masth name : "Your Name" description : "An amazing website." url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -baseurl : # the subpath of your site, e.g. "/blog" +baseurl : "/pages/xdavidwu" # the subpath of your site, e.g. "/blog" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" -- 2.45.2