mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-24 05:40:39 +00:00
add missing quotes in toml config example
This commit is contained in:
parent
42f8a0caff
commit
90f9d9a49a
@ -1,5 +1 @@
|
||||
* BREAKING
|
||||
* min Hugo version is now v0.65
|
||||
* ENHANCEMENT
|
||||
* update mermaid to v8.5.0
|
||||
* update config documentation
|
||||
* UNRELEASED
|
||||
|
@ -6,7 +6,7 @@
|
||||
```Toml
|
||||
# ...
|
||||
|
||||
theme = hugo-geekdoc
|
||||
theme = 'hugo-geekdoc'
|
||||
|
||||
# Required to get well formatted code blocks
|
||||
pygmentsUseClasses = true
|
||||
|
Loading…
Reference in New Issue
Block a user