summary refs log tree commit diff stats
path: root/src/content/_index.md
blob: 653077d348ebb4464870a5bfcc2cbd5843228937 (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
+++
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 = "Benedikt Peetz"
id = "bpeetz"
bio = "he/him"
# avatar = "img/avatar.webp"
links = [
    { name = "Git", icon = "git", url = "https://git.foss-syndicate.org/bpeetz" },
    { name = "Email", icon = "email", url = "mailto:benedikt.peetz@b-peetz.de" },
    { name = "Matrix", icon = "matrix", url = "https://matrix.to/#/@soispha:matrix.vhack.eu" },
    { name = "Signal", icon = "signal", url = "https://signal.me/#eu/r03RJhrEynGMYVMhhpGuirRRMJYm_Yjgys3gfQPayVlQmb0Bv25Pt4_HT9QYpa7w" },
]

# Show a few recent posts in home page
recent = true
recent_max = 15
recent_more_text = "more »"
date_format = "%b %-d, %Y"
+++