summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/_index.md42
-rw-r--r--content/posts/my-first-post.md10
2 files changed, 42 insertions, 10 deletions
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..7f63ddb
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,42 @@
+title: "My Personal Website"
+#profileImage: "images/img.jpg"
+name: "Hitesh"
+description: "Software Developer"
+socials:
+ - url: "mailto:sometestmail@gmail.com"
+ icon: "fab fa-gmail"
+# ...
+# messaging:
+# title: "Messaging Etiquette"
+# items:
+# - icon: "fas fa-check-circle"
+# color: "text-green-400"
+# text: "Your guideline here."
+# ...
+about:
+ title: "About Me"
+ sections:
+ - heading: "Professional Background"
+ content: "Software Developer"
+# ...
+links:
+ - href: "https://github.com/hitesh-aggarwal"
+ icon: "fab fa-github"
+ title: "GitHub"
+ description: "Explore my projects"
+ - href: "https://picoshare.devlearnings.xyz"
+ title: "Picoshare"
+ description: "Share files seamlessly"
+ - href: "https://radicale.devlearnings.xyz"
+ title: "Radicale"
+ description: "CalDav Server"
+ - href: "https://bin.devlearnings.xyz"
+ title: "Pastebin"
+ description: "Minimal Pastebin"
+ - href: "https://fusion.devlearnings.xyz"
+ title: "Fusion"
+ description: "RSS reader"
+ - href: "https://cgit.devlearnings.xyz"
+ title: "Cgit"
+ description: "Explore my projects"
+# ...
diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md
deleted file mode 100644
index 189be80..0000000
--- a/content/posts/my-first-post.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-date = '2025-06-15T17:13:41+05:30'
-draft = false
-title = 'My First Post'
-+++
-## Introduction
-
-This is **bold** text, and this is *emphasized* text.
-
-Visit the [Hugo](https://gohugo.io) website!