diff --git a/config.toml b/config.toml index ab97159..a73c8f0 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "https://pyte.dev" -languageCode = "de-DE" +locale = "de-DE" title = "Demians Blog" theme = "mana" @@ -47,5 +47,8 @@ style = "catppuccin-macchiato" # Default style darkTheme = "catppuccin-macchiato" # Theme for dark mode lightTheme = "catppuccin-frappe" # Theme for light mode +[security] +allowContent = ['text/html'] + [outputs] home = ["HTML", "JSON"]