diff options
Diffstat (limited to 'www/config')
| -rw-r--r-- | www/config/_default/hugo.yaml | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/www/config/_default/hugo.yaml b/www/config/_default/hugo.yaml index 3b63838..d66ef30 100644 --- a/www/config/_default/hugo.yaml +++ b/www/config/_default/hugo.yaml @@ -7,6 +7,10 @@ defaultContentLanguage: "en"  hasCJKLanguage: true  enableEmoji: true +disableKinds: +  - taxonomy +  - term +  frontmatter:    lastmod: [ "lastmod", "date", "publishDate" ] @@ -18,7 +22,6 @@ markup:  build:    noJSConfigInAssets: true -  params:    jsopts:      minify: false  | 
