aboutsummaryrefslogtreecommitdiff
path: root/www/config/_default/hugo.yaml
blob: 289b0b40207349a3e2cfc4d2bbdac6d1a3048804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
baseURL: "https://crupest.life/"
title: "crupest's life"
copyright: "CC BY-NC 4.0"

enableRobotsTXT: true

languageCode: "en"
defaultContentLanguage: "en"
hasCJKLanguage: true
enableEmoji: true

disableKinds:
  - taxonomy
  - term

frontmatter:
  lastmod: [ "lastmod", "date", "publishDate" ]

markup:
  goldmark:
    parser:
      attribute:
        block: true
        title: true
    extensions:
      table: true
  highlight:
    lineNos: true
    noClasses: false

build:
  noJSConfigInAssets: true

params:
  jsopts:
    minify: false
    sourceMap: ""