From 5b7ccf0b671e2999b62befc729a3e517a0433728 Mon Sep 17 00:00:00 2001 From: Bertrand Yuan Date: Mon, 15 Dec 2025 23:48:10 +0800 Subject: initial commit -- the front-end prototype The initial code is base on Anirudh's work. More to see at: https://github.com/techwithanirudh/shadcn-blog Therefore, the code in this commit is under MIT license. --- public/images/blog/first-post.png | Bin 0 -> 8591533 bytes public/images/blog/markdown-examples.png | Bin 0 -> 7144839 bytes public/images/blog/pages.png | Bin 0 -> 4959303 bytes public/images/blog/using-mdx.png | Bin 0 -> 3250293 bytes public/images/gradient-noise-green-red.png | Bin 0 -> 91785 bytes public/images/gradient-noise-purple-azure-light.png | Bin 0 -> 446480 bytes public/images/placeholder.png | Bin 0 -> 8591533 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/images/blog/first-post.png create mode 100644 public/images/blog/markdown-examples.png create mode 100644 public/images/blog/pages.png create mode 100644 public/images/blog/using-mdx.png create mode 100644 public/images/gradient-noise-green-red.png create mode 100644 public/images/gradient-noise-purple-azure-light.png create mode 100644 public/images/placeholder.png (limited to 'public/images') diff --git a/public/images/blog/first-post.png b/public/images/blog/first-post.png new file mode 100644 index 0000000..cc908e0 Binary files /dev/null and b/public/images/blog/first-post.png differ diff --git a/public/images/blog/markdown-examples.png b/public/images/blog/markdown-examples.png new file mode 100644 index 0000000..800c3ee Binary files /dev/null and b/public/images/blog/markdown-examples.png differ diff --git a/public/images/blog/pages.png b/public/images/blog/pages.png new file mode 100644 index 0000000..75b4c3f Binary files /dev/null and b/public/images/blog/pages.png differ diff --git a/public/images/blog/using-mdx.png b/public/images/blog/using-mdx.png new file mode 100644 index 0000000..dc84316 Binary files /dev/null and b/public/images/blog/using-mdx.png differ diff --git a/public/images/gradient-noise-green-red.png b/public/images/gradient-noise-green-red.png new file mode 100644 index 0000000..6b99213 Binary files /dev/null and b/public/images/gradient-noise-green-red.png differ diff --git a/public/images/gradient-noise-purple-azure-light.png b/public/images/gradient-noise-purple-azure-light.png new file mode 100644 index 0000000..bad8cbc Binary files /dev/null and b/public/images/gradient-noise-purple-azure-light.png differ diff --git a/public/images/placeholder.png b/public/images/placeholder.png new file mode 100644 index 0000000..cc908e0 Binary files /dev/null and b/public/images/placeholder.png differ -- cgit v1.2.3