From ad5c5503dcdf36c83c3a4fc2da0de44462efacdb Mon Sep 17 00:00:00 2001 From: am3ra Date: Fri, 16 Oct 2020 00:40:16 -0500 Subject: [PATCH 1/4] fix baseurl issues for gh pages --- _config.yml | 1 + _includes/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 5623dfa..4b21ac4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ title: My digital garden include: ['_pages'] +baseurl: /digital-garden-jekyll-template permalink: pretty relative_permalinks: false diff --git a/_includes/head.html b/_includes/head.html index 87ca1c9..721ce71 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,7 +11,7 @@ - + {% if page.excerpt %} From ec5460fdb239ab6bc4490562ae38530db305188e Mon Sep 17 00:00:00 2001 From: am3ra Date: Fri, 16 Oct 2020 00:41:12 -0500 Subject: [PATCH 2/4] include graph json in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2ca8682..494d1e0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata +_includes/notes_graph.json From 159a6719686f98a00fe5cf86dd96ed0ddd26ab01 Mon Sep 17 00:00:00 2001 From: Alan M <17537489+Am3ra@users.noreply.github.com> Date: Tue, 20 Oct 2020 00:20:09 -0500 Subject: [PATCH 3/4] Update _config.yml - change baseurl default and explain Co-authored-by: Maxime Vaillancourt --- _config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 4b21ac4..1433f3f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,9 @@ title: My digital garden include: ['_pages'] -baseurl: /digital-garden-jekyll-template +# You may need to change the base URL depending on your deploy configuration. +# Specifically, when using GitHub Pages, the baseurl should point to where GitHub +# Pages deploys your repository (which is usually the repository name). +baseurl: / permalink: pretty relative_permalinks: false From 31a86d26deaec3d0ce06cb56a4a2c2d01b5bfb90 Mon Sep 17 00:00:00 2001 From: Alan M <17537489+Am3ra@users.noreply.github.com> Date: Thu, 22 Oct 2020 18:27:18 -0500 Subject: [PATCH 4/4] Update _includes/head.html to remove slash Co-authored-by: Maxime Vaillancourt --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 721ce71..b287efa 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,7 +11,7 @@ - + {% if page.excerpt %}