aboutsummaryrefslogtreecommitdiff
path: root/www/config/_default/hugo.yaml
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-26 19:36:40 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-26 19:36:40 +0800
commit5078921f9309ee1d78d528aa683c8eb982c571e1 (patch)
tree996c21f5084e725bc765f87d2126528e0b499d39 /www/config/_default/hugo.yaml
parent0874dd5d5652f7d710d98329ba111fd69e7d8fce (diff)
downloadcrupest-5078921f9309ee1d78d528aa683c8eb982c571e1.tar.gz
crupest-5078921f9309ee1d78d528aa683c8eb982c571e1.tar.bz2
crupest-5078921f9309ee1d78d528aa683c8eb982c571e1.zip
fix(www): css load blink, code block bg, links.
Diffstat (limited to 'www/config/_default/hugo.yaml')
-rw-r--r--www/config/_default/hugo.yaml5
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