This commit is contained in:
Lieuwe Leene 2021-08-24 12:09:42 +02:00
parent d10a534d0a
commit 8e9bcfa0d3
2 changed files with 3 additions and 4 deletions

2
.gitattributes vendored
View File

@ -1,3 +1,3 @@
* text eol=lf * text eol=lf
*.png binary *.png binary
*.toml hostmgmt *.toml filter=hostmgmt

View File

@ -1,11 +1,10 @@
baseURL = 'http://localhost/' baseURL = '$HOSTNAME$/'
title = 'Lieuwe Leene' title = 'Lieuwe Leene'
languageCode = 'en-uk' languageCode = 'en-uk'
theme = 'hermit' theme = 'hermit'
relativeURLs = true relativeURLs = true
canonifyURLs = true canonifyURLs = true
enableGitInfo = true enableGitInfo = true
pygmentsCodefences = true pygmentsCodefences = true
pygmentsUseClasses = true pygmentsUseClasses = true