blob: 75f1f4e42bec08d10030347ec0ce0abbebd2084b (
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 Giovanini"
email = "gabriel.giovanini@pm.me"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
|