summaryrefslogtreecommitdiffstats
path: root/src/content/_index.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/content/_index.md17
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 ยป"