From 7a3dedbfc1e9cf6e35e0b0fe1c9366ac5ea82100 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 21 Sep 2019 17:23:07 +0200 Subject: [PATCH] Add taxonomies tags, categories and series --- config.toml | 2 ++ content/posts/001-premierPost.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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: [] ---