summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 59c760afd173d8f80b6f6d9dfbee8fd8f1b783bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
baseURL = 'https://runxiyu.org/'
languageCode = 'en-us'
title = "Runxi Yu’s Website"

[permalinks]
blog = "/blog/:filename"

[markup.goldmark.renderer]
unsafe = true

[markup.tableOfContents]
ordered = true