Update README.md
This commit is contained in:
parent
03a1bf2f59
commit
2c3f31db7c
19
README.md
19
README.md
|
@ -3,7 +3,24 @@
|
|||
English |
|
||||
[한국어](https://github.com/zzossig/hugo-theme-zzo/blob/master/README.ko.md)
|
||||
|
||||
😸The minimum Hugo version changed to 0.60.0. This version changed the markdown rendering library, so if you are using an older version, it may not be compatible.😸
|
||||
I changed the search logic. So, please add this config params to your `config.toml` file.
|
||||
|
||||
```toml
|
||||
...
|
||||
[outputs]
|
||||
page = ["HTML", "SearchIndex"]
|
||||
home = ["HTML", "RSS", "SearchIndex"]
|
||||
section = ["HTML", "RSS", "SearchIndex"]
|
||||
taxonomyTerm = ["HTML", "RSS", "SearchIndex"]
|
||||
taxonomy = ["HTML", "RSS", "SearchIndex"]
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.SearchIndex]
|
||||
mediaType = "application/json"
|
||||
baseName = "index"
|
||||
isPlainText = true
|
||||
notAlternative = true
|
||||
```
|
||||
|
||||
Thank you for click me!. Zzo theme is a blog theme powered by Hugo with free(always), and many features.
|
||||
|
||||
|
|
Loading…
Reference in New Issue