From 5e70ab61e0905e9c654823a50ac5634e9fa420c6 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sat, 27 Aug 2022 03:46:57 +0200 Subject: [PATCH] feat: change highlight theme --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 4fd4dee..83cf3aa 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,10 @@ publishDir = "/var/www/ptrcnull.me" description = "writeups and other stuff" images = ["cover.png"] +[markup] + [markup.highlight] + style = "vim" + [menu] [[menu.main]] identifier = "posts"