diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-09 21:28:08 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-09 21:28:08 +0200 |
| commit | b87455f94a17a79c4b11888400dc9cb7b77399bf (patch) | |
| tree | 4bad6e782ccd539f7a757cce33c547d2fea34076 /src/content/_index.md | |
| parent | src/content/contact: Do not rank the contact methods (diff) | |
| download | b-peetz.de-b87455f94a17a79c4b11888400dc9cb7b77399bf.zip | |
treewide: Format
Diffstat (limited to '')
| -rw-r--r-- | src/content/_index.md | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/content/_index.md b/src/content/_index.md index 653077d..c20314f 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -5,21 +5,26 @@ template = 'home.html' 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" }, -] + +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 ยป" |
