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:
authordataCobra <datacobra@mailbox.org>2019-12-20 17:35:16 +0300
committerdataCobra <datacobra@mailbox.org>2019-12-20 17:35:16 +0300
commitf244a1a92b2f943679c8d58c3f837e4d9e8f694f (patch)
treea01fe3450d8a70db0b17eca4c1485dc9f9c87ee7 /README.md
parente65de79bfeb21a04cf60ab68b126943220f93ec9 (diff)
Add feature for displaying the author1.0.3
Now it is possible to display the author in the article with the additional function 'authorlink' to provide a link to the website of the author. 1. Enable with 'listAuthor = true' in config 2. Front matter 'authorlink' enables a link to a website
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 341d52d..b599986 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ For more explanation about some features, scroll down to **Features**
* **(+)** Multiple taxonomies work flawless with single post
* **(+)** New list of all taxonomies and tags below the post in single view
* **(+)** New array front matter notaxonomy
+* **(+)** Author/Writer display in post with extra features
* Multilingual support for month names
* Syntax highlighting
* Custom CSS
@@ -167,7 +168,7 @@ under the post.
With the new front matter `notaxanomy` you can specify every taxonomy that
should **not be visible** below the content. You can also use the type page
-as explained at **Content type** to disable the taxonomie view completely.
+as explained at **Content type** to disable the taxonomie view completely.
```md
+++
@@ -183,6 +184,17 @@ notaxonomy = ["series","authors"]
In the example above the post does only show the "tags" below the content.
+### Display for author/writer
+
+The author/writer can now be displayed on the content page. To activate the
+function, the option `listAuthor` must be set to `true` in the config.
+
+If you consider to give a link to the author, just use the new front matter
+`authorlink`. This option creates a link on the author name to the selected
+website.
+
+All content that has no author set, will not use this feature obviously.
+
## Credits
* [hugo-ink](https://github.com/knadh/hugo-ink) from which Vitae was forked