From 52ecded96e13946e84ec9336d43585690169c065 Mon Sep 17 00:00:00 2001 From: testuser Date: Sun, 15 Jun 2025 17:20:00 +0530 Subject: initial commit --- public/posts/index.html | 131 ++++++++++++++++++++++++++++++ public/posts/index.xml | 19 +++++ public/posts/my-first-post/index.html | 148 ++++++++++++++++++++++++++++++++++ public/posts/page/1/index.html | 10 +++ 4 files changed, 308 insertions(+) create mode 100644 public/posts/index.html create mode 100644 public/posts/index.xml create mode 100644 public/posts/my-first-post/index.html create mode 100644 public/posts/page/1/index.html (limited to 'public/posts') diff --git a/public/posts/index.html b/public/posts/index.html new file mode 100644 index 0000000..175f387 --- /dev/null +++ b/public/posts/index.html @@ -0,0 +1,131 @@ + + + + + + + DevLearnings - A learning platform for developers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

+ Posts +

+ +
+
+
+ + +
+ +
+ +
+ +
+
+
+ Posts +

+ + My First Post + +

+ + read more +
+
+ +
+ +
+ +
+ + + + diff --git a/public/posts/index.xml b/public/posts/index.xml new file mode 100644 index 0000000..289d4dd --- /dev/null +++ b/public/posts/index.xml @@ -0,0 +1,19 @@ + + + + Posts on DevLearnings - A learning platform for developers + https://devlearnings.xyz/posts/ + Recent content in Posts on DevLearnings - A learning platform for developers + Hugo + en-in + Sun, 15 Jun 2025 17:13:41 +0530 + + + My First Post + https://devlearnings.xyz/posts/my-first-post/ + Sun, 15 Jun 2025 17:13:41 +0530 + https://devlearnings.xyz/posts/my-first-post/ + <h2 id="introduction">Introduction</h2> <p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p> <p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p> + + + diff --git a/public/posts/my-first-post/index.html b/public/posts/my-first-post/index.html new file mode 100644 index 0000000..23584f4 --- /dev/null +++ b/public/posts/my-first-post/index.html @@ -0,0 +1,148 @@ + + + + + + + My First Post | DevLearnings - A learning platform for developers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + +
+
+
+

My First Post

+ + + + + + + + +
+ + + + +
+ +
+ + + + diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html new file mode 100644 index 0000000..bd0b3ee --- /dev/null +++ b/public/posts/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://devlearnings.xyz/posts/ + + + + + + -- cgit v1.2.3