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] 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