diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 78be500..6399b34 100644 --- 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 |