From a551acb29fc43adeb034e9d9a67e711a8c6bcf17 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 29 Jul 2025 15:26:34 +0530 Subject: init: site --- assets/.keep | 0 assets/abc | 1 + assets/me.webp | Bin 0 -> 453454 bytes base.html | 17 +++++++++ index.html | 74 ++++++++++++++++++++++++++++++++++++ partials/navbar.html | 17 +++++++++ partials/tailwind_class_groups.html | 7 ++++ posts/a.html | 4 ++ posts/b.md | 8 ++++ projects.html | 4 ++ 10 files changed, 132 insertions(+) create mode 100644 assets/.keep create mode 100644 assets/abc create mode 100644 assets/me.webp create mode 100644 base.html create mode 100644 index.html create mode 100644 partials/navbar.html create mode 100644 partials/tailwind_class_groups.html create mode 100644 posts/a.html create mode 100644 posts/b.md create mode 100644 projects.html diff --git a/assets/.keep b/assets/.keep new file mode 100644 index 0000000..e69de29 diff --git a/assets/abc b/assets/abc new file mode 100644 index 0000000..e5177b2 --- /dev/null +++ b/assets/abc @@ -0,0 +1 @@ +AHHH1 diff --git a/assets/me.webp b/assets/me.webp new file mode 100644 index 0000000..ba74a5b Binary files /dev/null and b/assets/me.webp differ diff --git a/base.html b/base.html new file mode 100644 index 0000000..042ee4d --- /dev/null +++ b/base.html @@ -0,0 +1,17 @@ + + + + + + + Home | COMPROMYSE + + + + + + {{ include "navbar.html" }} + + {{ body }} + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..37441b7 --- /dev/null +++ b/index.html @@ -0,0 +1,74 @@ +
+
+ +{{ eachdo posts }} +KSFAISO + ASHIAUHSFI +HERE +HERETOO{{ put title }}ENDIT +ASJFHAIS +{{ endeachdo }} + +
+ +
+ +
+

+ Hi there! I'm RAGHU. +

+

Programmer and Hacker.

+ + +
+
+ + + +
+ + + +{{ include "tailwind_class_groups.html" }} diff --git a/partials/navbar.html b/partials/navbar.html new file mode 100644 index 0000000..d97ebb3 --- /dev/null +++ b/partials/navbar.html @@ -0,0 +1,17 @@ + diff --git a/partials/tailwind_class_groups.html b/partials/tailwind_class_groups.html new file mode 100644 index 0000000..ef1c6f2 --- /dev/null +++ b/partials/tailwind_class_groups.html @@ -0,0 +1,7 @@ + diff --git a/posts/a.html b/posts/a.html new file mode 100644 index 0000000..8237d7f --- /dev/null +++ b/posts/a.html @@ -0,0 +1,4 @@ +title = A.html +--- + +

a.html

diff --git a/posts/b.md b/posts/b.md new file mode 100644 index 0000000..51817b8 --- /dev/null +++ b/posts/b.md @@ -0,0 +1,8 @@ +title = B.md +--- + +# Hi there!!!! + +``` +AHH +``` diff --git a/projects.html b/projects.html new file mode 100644 index 0000000..1f78beb --- /dev/null +++ b/projects.html @@ -0,0 +1,4 @@ +
+

PROJECTS

+

Here's a bunch of things I've done.

+
-- cgit v1.2.3