diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config.toml b/config.toml index b192ad1..9163640 100644 --- a/config.toml +++ b/config.toml @@ -1,9 +1,19 @@ baseURL = 'https://mjkw.pl/' languageCode = 'en-us' title = 'mjkw' - [permalinks] post = "/:year/:month/:day/:filename/" [params] footer = "© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved." + +[markup] + defaultMarkdownHandler = "goldmark" + + +[imaging] + anchor = 'Top' + bgColor = '#ffffff' + compression = 'lossless' + quality = 100 + resampleFilter = 'lanczos' |
