aboutsummaryrefslogtreecommitdiff
path: root/www/config/_default/hugo.yaml
blob: 4ade10278d4ad833868ac4106eea952089af8ca6 (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
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:
  highlight:
    lineNos: true
    noClasses: false

build:
  noJSConfigInAssets: true

params:
  jsopts:
    minify: false
    sourceMap: ""

  timeline: "https://timeline.crupest.life"