blob: 60f53680166502e59b24286654953ded0cf28c12 (
plain) (
blame)
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
|
+++
template = 'home.html'
[extra]
lang = 'en'
# Show footer in home page
footer = true
# If you don't want to display id/bio/avatar, simply comment out that line
name = "Soispha Peetz"
id = "soispha"
bio = "They/Them"
# avatar = "img/avatar.webp"
# Show a few recent posts in home page
recent = true
recent_max = 15
recent_more_text = "more »"
date_format = "%b %-d, %Y"
+++
|