Add taxonomies tags, categories and series
This commit is contained in:
parent
1fa1c6b355
commit
7a3dedbfc1
2 changed files with 4 additions and 2 deletions
|
@ -52,6 +52,8 @@ disqusShortname = "yourdiscussshortname"
|
|||
disable_comments = true
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
series = "series"
|
||||
|
||||
[[params.social]]
|
||||
|
|
|
@ -4,8 +4,8 @@ date: 2019-09-21T10:33:53+02:00
|
|||
title: "Premier article"
|
||||
description: ""
|
||||
slug: ""
|
||||
tags: []
|
||||
categories: []
|
||||
tags: ["tag1"]
|
||||
categories: ["cat1"]
|
||||
externalLink: ""
|
||||
series: []
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue