From 522620afd120ff1b71afe2e1256cd5695fb140e9 Mon Sep 17 00:00:00 2001 From: testuser Date: Sun, 15 Jun 2025 17:42:15 +0530 Subject: initial commit --- content/_index.md | 42 ++++++++++++++++++++++++++++++++++++++++++ content/posts/my-first-post.md | 10 ---------- 2 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 content/_index.md delete mode 100644 content/posts/my-first-post.md (limited to 'content') 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! -- cgit v1.2.3