diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..504e2dc --- /dev/null +++ b/config.toml @@ -0,0 +1,10 @@ +baseURL = 'https://mjkw.pl/' +languageCode = 'en-us' +title = 'mjkw' +ignoreLogs = ['warning-goldmark-raw-html'] + +[permalinks] +post = "/:year/:month/:day/:filename/" + +[params] +footer = "© Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved." |
