summaryrefslogtreecommitdiff
path: root/content/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/_index.md')
-rw-r--r--content/_index.md94
1 files changed, 65 insertions, 29 deletions
diff --git a/content/_index.md b/content/_index.md
index 7f63ddb..cdb73ec 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,42 +1,78 @@
+---
title: "My Personal Website"
-#profileImage: "images/img.jpg"
-name: "Hitesh"
+# Profile settings
+profileImage: "images/img.jpg" # path under static/
+name: "Hitesh Aggarwal"
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"
+ - url: "https://github.com/hitesh-aggarwal"
icon: "fab fa-github"
- title: "GitHub"
- description: "Explore my projects"
+ - url: "mailto:haggarwal@proton.me"
+ icon: "fas fa-envelope"
+
+# You can add as many links as you want!
+
+# Link cards
+links:
+ - href: "https://devlearnings.xyz"
+ icon: "fas fa-globe"
+ title: "Personal Website"
+ description: "My Website"
+ - href: "https://cgit.devlearnings.xyz"
+ icon: "fab fa-git"
+ title: "Cgit"
+ description: "Explore my self hosted repos"
- href: "https://picoshare.devlearnings.xyz"
+ icon: "fas fa-share"
title: "Picoshare"
description: "Share files seamlessly"
- href: "https://radicale.devlearnings.xyz"
+ icon: "fas fa-calendar"
title: "Radicale"
description: "CalDav Server"
- - href: "https://bin.devlearnings.xyz"
- title: "Pastebin"
- description: "Minimal Pastebin"
- href: "https://fusion.devlearnings.xyz"
+ icon: "fas fa-rss"
title: "Fusion"
description: "RSS reader"
- - href: "https://cgit.devlearnings.xyz"
- title: "Cgit"
- description: "Explore my projects"
-# ...
+ - href: "https://bin.devlearnings.xyz"
+ icon: "fas fa-clipboard"
+ title: "Bin"
+ description: "A minimal pastebin"
+
+# Spotify playlist embed. You can add embed by rigth clicking on your spotify playlist -> Share -> Copy embed. After copying the embed, replace it with the iframe below.
+#spotifyPlaylist:
+# iframe: '<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/6zcsSLDrLiCpX8KDzNiIhS?utm_source=generator" width="100%" height="152" frameborder="0" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>'
+#
+## Messaging Etiquette. You can add new rules as per your needs.
+#messaging:
+# title: "Messaging Etiquette"
+# items:
+# - icon: "fas fa-check-circle"
+# color: "text-green-400"
+# text: "Please include context about why you're reaching out and how I can help."
+# - icon: "fas fa-check-circle"
+# color: "text-green-400"
+# text: "For collaboration requests, include details about the project scope and timeline."
+# - icon: "fas fa-check-circle"
+# color: "text-green-400"
+# text: "I typically respond within 2-3 business days for professional inquiries."
+# - icon: "fas fa-times-circle"
+# color: "text-red-400"
+# text: "Please don't send unsolicited sales pitches or recruitment messages."
+
+
+# REMOVE "How to Customize This Page" section by removing the line "{{ partial "Instructions.html" . }}" in index.html file under layouts/
+
+
+# About section (optional section)
+
+# about:
+# title: "About Me"
+# sections:
+# - heading: "Professional Background"
+# content: "I'm a full-stack developer with 5+ years of experience building web applications. Specialized in JavaScript frameworks and cloud architecture."
+# # - heading: "Current Focus"
+# # content: "Currently working on open-source tools to improve developer productivity and accessibility in web development."
+# # - heading: "Personal Interests"
+# # content: "When not coding, I enjoy photography, hiking, and contributing to local tech communities through mentorship programs."
+---