From c956882d0add2a375c07cf31332560501cd2999e Mon Sep 17 00:00:00 2001 From: 0lynnl Date: Thu, 29 May 2025 22:16:20 +0800 Subject: [PATCH] Create demo.json --- src/data/demo.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/data/demo.json diff --git a/src/data/demo.json b/src/data/demo.json new file mode 100644 index 0000000..63601b2 --- /dev/null +++ b/src/data/demo.json @@ -0,0 +1,5 @@ +{ + "name": "Your Name", + "github": "https://github.com/yourgithubusername", + "linkedin": "https://linkedin.com/in/yourlinkedin" +}