From 8e9bcfa0d33b15e071db39ed570de5bfcc6bb077 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Tue, 24 Aug 2021 12:09:42 +0200 Subject: [PATCH] bug fix --- .gitattributes | 2 +- config.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0d8f4d9..85cd573 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ * text eol=lf *.png binary -*.toml hostmgmt +*.toml filter=hostmgmt diff --git a/config.toml b/config.toml index 7d8825e..b5a0b89 100644 --- a/config.toml +++ b/config.toml @@ -1,11 +1,10 @@ -baseURL = 'http://localhost/' +baseURL = '$HOSTNAME$/' title = 'Lieuwe Leene' - languageCode = 'en-uk' theme = 'hermit' relativeURLs = true canonifyURLs = true - + enableGitInfo = true pygmentsCodefences = true pygmentsUseClasses = true