aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
blob: 7b932eb705b880e996c13f7ea23f839e22d6821e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
  offen = true

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

[markup.goldmark.renderer]
  unsafe = true

[markup.highlight]
  noClasses = false