From 8f5aaee7aaf82a8939deb715483a1c45fe45efa8 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 22 May 2019 10:42:48 +0200 Subject: Add empty taxonomy templates to hide warnings without setting --- README.md | 4 ++-- layouts/taxonomy/list.html | 0 layouts/taxonomy/taxonomy.html | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 layouts/taxonomy/list.html create mode 100644 layouts/taxonomy/taxonomy.html diff --git a/README.md b/README.md index a837812..3a868ed 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ disablePathToLower = true # information on 'doc' type pages. enableGitInfo = true -# (Warnings) Theme is intended for documentation use, there for it doesn't render taxonomy. -# You can hide related warning with config below +# (Optional) Theme is intended for documentation use, therefore it doesn't render taxonomy. +# You can remove related files with config below disableKinds = ['taxonomy', 'taxonomyTerm'] [params] diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/taxonomy/taxonomy.html b/layouts/taxonomy/taxonomy.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3