diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-02-26 19:36:40 +0800 | 
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-02-26 19:36:40 +0800 | 
| commit | 311dfdcc6b5712dd6085287ada5ebe48e02116c4 (patch) | |
| tree | 37053cfe69bc7a115d849f61223cf51dedb99e80 /www/config/_default | |
| parent | 0c885ba1bf30ce8308880f926be85b6f5a499fa6 (diff) | |
| download | crupest-311dfdcc6b5712dd6085287ada5ebe48e02116c4.tar.gz crupest-311dfdcc6b5712dd6085287ada5ebe48e02116c4.tar.bz2 crupest-311dfdcc6b5712dd6085287ada5ebe48e02116c4.zip  | |
fix(www): css load blink, code block bg, links.
Diffstat (limited to 'www/config/_default')
| -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  | 
