diff options
| author | eqkter <thyro@gmx.ru> | 2026-05-15 20:12:21 +0200 |
|---|---|---|
| committer | eqkter <thyro@gmx.ru> | 2026-05-15 20:12:21 +0200 |
| commit | c03ef7e962b408b087cca77cef2730822aa2a25e (patch) | |
| tree | 305f27a171b167c8610d8cc1bbe193de0223e4d7 /config.toml | |
| parent | 73b3979f2d75157c20c35bea7b1af41239c6617d (diff) | |
auto updating site
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.toml b/config.toml index d32d3a6..49c5a50 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,8 @@ base_url = "https://eqkter.xyz" compile_sass = false build_search_index = false -[markdown] -highlight_code = true - -[extra] +[markdown.highlighting] +error_on_missing_language = false +theme = "catppuccin-mocha" +light_theme = "catppuccin-latte" +dark_theme = "catppuccin-mocha" |