[wip] start migrating to ox-hugo
[~bandali/bndl.org] / config.toml
CommitLineData
caf3b78c
AB
1baseurl = "https://aminb.org"
2title = "Amin Bandali"
3author = "Amin Bandali"
4theme = "divine"
5
6enableEmoji = true
7enableGitInfo = true
8
9disableFastRender = true # Hugo 0.30
10
11pygmentsCodeFences = true # This applies to Chroma too.
12pygmentsUseClasses = true # This applies to Chroma too.
13
14[Author]
15 name = "Amin Bandali"
16
17[Social]
18 github = "aminb"
19
20[Params]
21 disable_debug = true
22 description = """\
23 Amin Bandali is a graduate student in the WatForm \
24 group at UWaterloo. He is also the co-host of the \
25 Emacs.el podcast and loves functional programming.\
26 """
27 [Params.source]
28 url = "https://git.sr.ht/~aminb/aminb.org"
29 md_dir = "content"
30 org_dir = "content-org"