blob: fe8877a38b0b737a3a590b6d11fb08643c478943 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
baseURL = "http://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
|