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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen <datacobra@mailbox.org>2019-12-19 18:23:29 +0300
committerGitHub <noreply@github.com>2019-12-19 18:23:29 +0300
commit7aac81ccd4579230f6769f28a5ad57bb8ac37821 (patch)
tree15bac2dbd058c970d8caeb5fc23d81409af79554
parente1c5bbda592cd2512e17ef55108e3757119801f7 (diff)
Update README with information about release 1.0.21.0.2
Release 1.0.2 "taxonomies + tags" got some new features. Insert information of the new features to README.md
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06f9c29..1a7955d 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,9 @@ For more explanation about some features, scroll down to **Features**
* **(+)** Choose every free FontAwesome icon for the social navbar
* **(+)** FontAwesome and Roboto(-Slab) as local used fonts
* **(+)** Third party services can be completely turned off
+* **(+)** Name the taxonomies as you like
+* **(+)** Multiple taxonomies work flawless with single post
+* **(+)** New list of all taxonomies and tags below the post in single view
* Multilingual support for month names
* Syntax highlighting
* Custom CSS
@@ -130,6 +133,23 @@ type: "page"
This is some static page where you can write about yourself.
```
+### Taxonomies and Tags
+
+Since the release of version 1.0.2 it is possible to name the keywords and
+taxonomies freely and therefore be much more flexible. Especially if you use the
+theme with a language other than English. Also, the different taxonomies will
+now be displayed below the post.
+
+Here is an example of different taxonomies in the config file:
+```
+[taxonomies]
+ tag = "tags"
+ series = "series"
+ author = "authors"
+```
+If you use one or more of these taxonomies in your posts there will be displayed
+in a new list below the content of the post.
+
## Credits
* [hugo-ink](https://github.com/knadh/hugo-ink) from which Vitae was forked