diff --git a/config.toml b/config.toml index af80d81..84b8b62 100644 --- a/config.toml +++ b/config.toml @@ -52,6 +52,8 @@ disqusShortname = "yourdiscussshortname" disable_comments = true [taxonomies] + tag = "tags" + category = "categories" series = "series" [[params.social]] diff --git a/content/posts/001-premierPost.md b/content/posts/001-premierPost.md index 6f76847..b2de4d4 100644 --- a/content/posts/001-premierPost.md +++ b/content/posts/001-premierPost.md @@ -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: [] ---