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