17 lines
642 B
TOML
Raw Normal View History

[[entries]]
title = "posts"
[entries.post_list]
limit = 5
show_more = true
show_more_text = "see more ..."
show_more_url = "posts"
[[entries]]
title = "contacts"
entries = [
{ title = "email (hello at golfed.xyz)", url = "mailto:hello@golfed.xyz" },
2025-02-17 01:07:30 +02:00
{ title = "pgp (1530F5...532B3E)", url = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1530f5132a1228578d2b4168995efd5c1b532b3e" },
{ title = "matrix (@ae:golfed.xyz)", url = "https://matrix.to/#/@ae:golfed.xyz" },
{ title = "signal (xmr.02)", url = "https://signal.me/#eu/9aAt0tk36ErVZygWxf_dk81_r_2jTaxUxVCuvl_h6LONUyREI7hLm42Oa8RYJgoz" },
]