Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 78da337

Browse files
committed
Move highlight_code under [markdown] section
1 parent 5be0060 commit 78da337

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description = ""
44
default_language = "en"
55

66
compile_sass = false
7-
highlight_code = true
8-
highlight_theme = "one-dark"
97
build_search_index = false
108
generate_feed = true
119
feed_filename = "rss.xml"
@@ -14,4 +12,8 @@ taxonomies = [
1412
{ name = "tags", paginate_by = 5, feed = true },
1513
]
1614

15+
[markdown]
16+
highlight_code = true
17+
highlight_theme = "one-dark"
18+
1719
[extra]

0 commit comments

Comments
 (0)