about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 47f85f4..1dfa880 100644
--- a/config.toml
+++ b/config.toml
@@ -23,14 +23,14 @@ enableGitInfo = false
   [[menu.main]]
     identifier = "blog"
     name = "blog"
-    title = "~/blog"
+    title = "blog"
     url = "/blog/"
     weight = 110
 
   [[menu.main]]
     identifier = "notes"
     name = "notes"
-    title = "~/notes"
+    title = "notes"
     url = "/notes/"
     weight = 120
 
@@ -45,7 +45,7 @@ enableGitInfo = false
     lineNos = false
     lineNumbersInTable = false
     noClasses = true
-    style = "manni"
+    style = "pygments"
     tabWidth = 4
 
 [mediaTypes."application/atom"]