From 0ca2cd7e6ab913deb861fc88e5c6257ff7d5a7e0 Mon Sep 17 00:00:00 2001 From: Dietrich Epp Date: Thu, 7 Apr 2022 23:33:24 -0400 Subject: [PATCH] Fix Jekyll baseurl and url --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index ae2bbbe..bcc28c0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,8 +4,8 @@ description: >- 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: https://depp.github.io -url: /syncfiles/ +url: https://depp.github.io +baseurl: /syncfiles/ twitter_username: DietrichEpp github_username: depp