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

[params]
  description = "Welcome to my blog! I am a PhD Student at Imperial College London in the Circuits and Systems group."

[permalinks]
  blog = '/:filename/'

[markup.goldmark.renderer]
  unsafe = true

[markup.highlight]
  noClasses = false