aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: bf38398cf8a64339db5355752b329c005e5b4395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = "https://gabrielgio.me/"
languageCode = "en-us"
title = "Yet Another Blog"
theme = "flamingo"
staticDir = ['static']

[author]
    name = "Gabriel A. Giovanini"
    email = "mail@gabrielgio.me"

[markup]
  defaultMarkdownHandler = "goldmark"
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true