aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
blob: ec96fb9d986699c7f767cf4c085288fd8937478b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
baseURL = "https://yannherklotz.com"
languageCode = "en-uk"
title = "Yann Herklotz"
theme = "ymherklotz"

[params]
  description = "Welcome to my blog! I am a final year student studying Electronic and Information Engineering at Imperial College London."
  katex = true

[permalinks]
  blog = '/:year/:month/:title/'

[markup.goldmark.renderer]
  unsafe = true

[markup.highlight]
  noClasses = false