blob: 43c6591138b2dfa4758208b190827b95d13f828d (
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
|