aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 3980f38921e39fcc6578cdee915605f42d15a2ac (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 Giovanini"
    email = "gabriel.giovanini@pm.me"

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