From 25787ba6df487f36d0e59de19e4f8ec7c83bd06b Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Mon, 23 Mar 2026 23:37:43 +0000 Subject: feat: add config file parsing --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..7c0463f --- /dev/null +++ b/config.yaml @@ -0,0 +1,4 @@ +siteTitle: "himanshu.co" +authorName: "Himanshu Sardana" +authorRole: "Linux Enthusiast" +authorBio: "i use arch btw" -- cgit v1.3.1