summary refs log tree commit diff stats
path: root/src/content/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/_index.md')
-rw-r--r--src/content/_index.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/content/_index.md b/src/content/_index.md
new file mode 100644
index 0000000..2916843
--- /dev/null
+++ b/src/content/_index.md
@@ -0,0 +1,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-white", url = "https://git.foss-syndicate.org/bpeetz" },
+    { name = "Email", icon = "email", url = "mailto:benedikt.peetz@b-peetz.de" },
+    { name = "Matrix", icon = "matrix-white", url = "https://matrix.to/#/@soispha:matrix.vhack.eu" },
+    { name = "Signal", icon = "signal-white", 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"
++++