From b8ebe04fc2dde8d76feff8ba43c8161f597a7070 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 18 May 2018 13:34:57 +0200 Subject: [PATCH] config: Taxonomie und Datumsformat --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 5a2d1a0..47c0101 100644 --- a/config.toml +++ b/config.toml @@ -13,6 +13,12 @@ theme = "beautifulhugo" comments = true readingTime = true useHLJS = true + DateForm = "30.12.2006" + +[taxonomies] + category = "categories" + series = "series" + tag = "tags" [permalinks] post = "/:year/:month/:day/:title/"