summaryrefslogtreecommitdiffstats
path: root/src/content/_index.md
blob: 71c412aab40910e3eab3a15295a6e0d810245be2 (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
26
27
28
29
30
31
32
+++
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"

links = \[
{ name = "Git", icon = "git", url = "https://git.foss-syndicate.org/bpeetz" },
{ name = "Email", icon = "email", url = "mailto:soispha@b-peetz.de" },
{ name = "Matrix", icon = "matrix", url = "https://matrix.to/#/@soispha:matrix.vhack.eu" },
{ name = "Signal", icon = "signal", url = "https://signal.me/#eu/0VgltiXf19Tu_tRdpucNYYHXo26LGd2az_w_SHPD_qrUe2xOlMZHybrLzM_-NoKu" },
\]

# Show a few recent posts in home page

recent = true
recent_max = 15
recent_more_text = "more »"
date_format = "%b %-d, %Y"
+++