summaryrefslogtreecommitdiffhomepage
path: root/config/_default/markup.toml
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-06-01 15:25:15 -0300
committerLeonardo Santiago <[email protected]>2024-06-01 15:25:15 -0300
commit735b245871d94cb6ace8913cd1370b02b5aeb28b (patch)
tree10d9e97d553a5059513a34a5f2b09ae8e9a0dab0 /config/_default/markup.toml
parent31bc6a2f54d86a4978be063f5e614881c625c597 (diff)
remove old theme, use bearblog theme instead
Diffstat (limited to 'config/_default/markup.toml')
-rw-r--r--config/_default/markup.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/_default/markup.toml b/config/_default/markup.toml
deleted file mode 100644
index c5449fc..0000000
--- a/config/_default/markup.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-# -- Markup --
-# These settings are required for the theme to function.
-
-[goldmark]
-[goldmark.renderer]
- unsafe = true
-
-[highlight]
- noClasses = false
-
-[tableOfContents]
- startLevel = 2
- endLevel = 4