mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🐛 fix: syntax highlighting
This commit is contained in:
parent
dc7df9231a
commit
64ed8287ff
3 changed files with 481 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue