www

website
git clone ssh://anon@src.dalliard.ch/www
log | files | refs

commit 8a6755ae5acab9206d5cb871e8bc36ceda4dce16
parent 5e3f49956747f6b835934e4b52cb8779ddbe6642
author: nathanael <nathanael@dalliard.ch>
date:   Sun, 12 Oct 2025 09:16:39 +0000

remove languageCode and title from config

not used anywhere - as far as i can tell

diffstat:
Mconfig/_default/config.toml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/config/_default/config.toml b/config/_default/config.toml @@ -1,8 +1,6 @@ baseURL = 'https://dalliard.ch/' disableHugoGeneratorInject = true disableKinds = ['taxonomy', 'rss'] -languageCode = 'en' -title = 'nathanael' [markup] [markup.goldmark]