blob: 162a0a88970df46eecfdc93b048f00d68bf8ab5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
baseURL = 'https://michal.sapka.me'
languageCode = 'en-us'
title = "Michał Sapka's website"
tagline = "Hello do Michał's weblog!"
enableGitInfo = true
[params]
defaultDescription = "Welcome to my blog!"
repoUrl = "https://michal.sapka.me/git/mms/site"
[author]
name = "mms"
email = "webmaster@michal.sapka.me"
[taxonomies]
category = 'category'
[outputFormats.TXT]
mediaType = "text/plain"
sufix = "txt"
isPlainText = true
[outputs]
home = [ "HTML", "RSS", "TXT" ]
term = [ "HTML" , "RSS", "TXT" ]
taxonomy = [ "HTML", "RSS" ]
[markup]
defaultMarkdownHandler = "goldmark"
[goldmark]
[extensions]
footnote = true
# categories:P
# - emacs
# - bsd
# - engineering
# - star-trek
# - jazz
# - varia
# - gaming
# - computer-history
# - anime
|