Skip to content

Commit 68d867f

Browse files
committed
implement custom author taxonomy
Signed-off-by: Hrvoje Varga <hrvoje.varga@gmail.com>
1 parent 8d0bb93 commit 68d867f

File tree

121 files changed

+137
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+137
-132
lines changed

archetypes/post.md

Lines changed: 1 addition & 1 deletion

config.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@ enableGitInfo = true
4040
weight = 1
4141

4242
[outputs]
43-
home = ["HTML", "RSS", "JSON"]
43+
home = ["HTML", "RSS", "JSON"]
44+
45+
[taxonomies]
46+
category = "categories"
47+
tag = "tags"
48+
author = "authors"

content/arhixml/index.md

Lines changed: 1 addition & 1 deletion

content/bojan-alikavazovic/index.md

Lines changed: 1 addition & 1 deletion

content/dario-cagalj/index.md

Lines changed: 1 addition & 1 deletion

content/etfos-predavanje-sto-kako-i-zasto-open-source/index.md

Lines changed: 1 addition & 1 deletion

content/gis-server/index.md

Lines changed: 1 addition & 1 deletion

content/heroes-of-might-and-magic-3-alternative/index.md

Lines changed: 1 addition & 1 deletion

content/hrvoje-horvat/index.md

Lines changed: 1 addition & 1 deletion

content/hrvoje-varga/index.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)