From d66d5042f15a109b92b3000bcfbe3fee497f5866 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 27 Jan 2023 18:39:20 +0100 Subject: [PATCH] Remove baseurl The site.baseurl configuration value should only be used when the resulting site lives at a subpath of the domain [1]. This also fixes the syntax highlighting on pages (basics, functional programming etc.). [1]: https://ben.balter.com/jekyll-style-guide/config/#baseurl --- _config.yml | 1 - _layouts/default.html | 4 ++-- _layouts/page.html | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 11e56625b..963903f47 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,3 @@ -baseurl: / highlighter: rouge markdown: kramdown permalink: date diff --git a/_layouts/default.html b/_layouts/default.html index 5a4619fe4..57f33864a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,8 +14,8 @@ - - + + diff --git a/_layouts/page.html b/_layouts/page.html index 35cc1088a..eacf5459b 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -14,8 +14,8 @@ - - + +