blob: 6134ad40af60fd9e7591cc63ac645d417cb0b3b4 (
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']
[params]
author="Gabriel A. Giovanini"
description="A gathering of information about some things I do on my spare time."
[markup]
defaultMarkdownHandler = "goldmark"
[markup.highlight]
style='abap'
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
|