From ef40fc726379fc471b6ffdbf8882a8cdd246ac70 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 16 Sep 2021 15:14:14 -0400 Subject: [PATCH] update base path --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6ffe686..5e9feec 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -baseurl: "/jekyll" # the subpath of your site, e.g. /blog +baseurl: "/" # the subpath of your site, e.g. /blog url: "/" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll @@ -23,4 +23,4 @@ permalink: /:categories/:year/:month/:day/:title # Build settings markdown: kramdown -exclude: ["README.md"] \ No newline at end of file +exclude: ["README.md"]