1baseURL = "https://gabrielgio.me/"
2languageCode = "en-us"
3title = "Yet Another Blog"
4theme = "flamingo"
5staticDir = ['static']
6
7[params]
8 author="Gabriel A. Giovanini"
9 description="A gathering of information about some things I do on my spare time."
10
11[markup]
12 defaultMarkdownHandler = "goldmark"
13 [markup.highlight]
14 style='abap'
15 [markup.goldmark]
16 [markup.goldmark.renderer]
17 unsafe = true