Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-02-18 22:01:25 +0300
committerGitHub <noreply@github.com>2021-02-18 22:01:25 +0300
commit00b0e609fd1a2697e4fb1254fdba82e1d1dc80c3 (patch)
tree61cd456ae743b0b9bf3567064919f81d71e4891f /config.yml
parent5b0cd5d915cfa3b5c28ed29335ea2695111133bf (diff)
docs: refactor layouts (#743)
We should refactor them later so that we get taxonomy and section pages too.
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yml b/config.yml
index d69fed23b..3c4a9fe53 100644
--- a/config.yml
+++ b/config.yml
@@ -4,7 +4,7 @@ baseURL: "https://icons.getbootstrap.com"
enableInlineShortcodes: true
enableRobotsTXT: true
metaDataFormat: "yaml"
-disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"]
+disableKinds: ["404", "taxonomy", "term", "RSS"]
publishDir: "_site"