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

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Lerner <noam.lerner@gmail.com>2022-03-06 17:50:20 +0300
committerNoam Lerner <noam.lerner@gmail.com>2022-03-19 15:52:57 +0300
commit69b90178c19a8ebff1ed322c5e49f4eaf397f7b3 (patch)
tree463ae5e14e444f8caf7a719f1284be4cf5dc74bc /README.md
parentee84631bbb99cd14c1958687ac602709b9208245 (diff)
Add tags support to entry/meta
This commit adds support in having tags in entry.meta. This includes: - Updating the README - Adding values for tags across multiple languages (en, fr, it, pt-br, pt) - Moving from span to div in entry/meta/categories to make sure each one of 'tags' and 'categories' sections is in a separate line.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c06c577..1476767 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
hideNoPostsWarning = false # Don't show no posts empty state warning in main page, if true
[Params.Entry]
- meta = ["date", "categories"] # Enable meta fields in given order
+ meta = ["date", "categories", "tags"] # Enable meta fields in given order
toc = true # Enable Table of Contents
tocOpen = true # Open Table of Contents block. Optional
@@ -247,6 +247,7 @@ related: true # Enable/disable Related content for specific page
meta:
- date
- categories
+ - tags
featured:
url: image.jpg # relative path of the image
alt: A scale model of the Eiffel tower # alternate text for the image
@@ -316,7 +317,7 @@ may activate meta fields with `meta` parameter under the `[Params.Entry]` config
```toml
[Params.Entry]
- meta = ["date", "categories"]
+ meta = ["date", "categories", "tags"]
```
#### Related Content