aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
blob: ff7d97d5e88e6efe3bf521dc3940193c688b3f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
baseURL = "http://example.org/"
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

[markup.goldmark.renderer]
  unsafe = true