🐛 fix: syntax highlighting

This commit is contained in:
serginogal
2023-02-03 02:34:06 +09:00
parent dc7df9231a
commit 64ed8287ff
3 changed files with 481 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Necessary stuff.
base_url = "https://welpo.github.io/tabi"
base_url = "/"
title = "~/tabi"
description = "tabi is a simple personal site and blogging theme for Zola."
generate_feed = true
@@ -12,7 +12,7 @@ taxonomies = [
[markdown]
highlight_code = true
highlight_theme = "ayu-dark"
highlight_theme = "css"
[extra]
toc = true