commit ad2b2a43a8b93b8ed0760c88d5193f089ba618c0
parent d25d92806e882d463049aaf667dd89f1e53d73c0
Author: Michał M. Sapka <michal@sapka.me>
Date: Mon, 8 May 2023 15:30:15 +0200
chore: remove unsupported configs
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/config.toml b/config.toml
@@ -3,7 +3,10 @@ languageCode = 'en-us'
title = "d-s"
tagline = "Hello do d-s's weblog!"
+
+
[params]
+
defaultDescription = "Welcome to my blog!"
plausibleDomain = "d-s.sh"
@@ -23,14 +26,12 @@ tagline = "Hello do d-s's weblog!"
[markup]
defaultMarkdownHandler = "goldmark"
-
-
[goldmark]
- FootnoteReturnLinkContents = "↩"
- [Extensions]
+ [extensions]
footnote = true
-# categories:
+
+# categories:P
# - emacs
# - bsd
# - engineering