Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-03-11 06:35:44 +0300
committerzzossig <zzossig@gmail.com>2020-03-11 06:35:44 +0300
commit1d0937c69fd847c57d65dd2d6b731951ddad35c6 (patch)
treef2ea67427dfd906b304af978e3276e6a57ac0343 /README.md
parentcd1951155093aab9e378062451d3088572ca84d5 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 8 insertions, 16 deletions
diff --git a/README.md b/README.md
index a8adbc4..c34fc81 100644
--- a/README.md
+++ b/README.md
@@ -3,23 +3,15 @@
English |
[한국어](https://github.com/zzossig/hugo-theme-zzo/blob/master/README.ko.md)
-I changed the search logic. So, please add this config params to your `config.toml` file.
+Minimum Hugo version changed to 0.65.0 to take advantage of new feature `.GetTerms`.
+This new feature enable asian languages correctly displayed.
-```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
+```html
+<ul>
+ {{ range (.GetTerms "tags") }}
+ <li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
+ {{ end }}
+</ul>
```
Thank you for click me!. Zzo theme is a blog theme powered by Hugo with free(always), and many features.