17 lines
641 B
TOML
17 lines
641 B
TOML
[[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" },
|
|
{ title = "pgp (1530F5...32B3E)", 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" },
|
|
]
|