aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 48c278a3d2a81d0e26417f2d88ac2af360ba71c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.highlight]
    style='abap'
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true