summaryrefslogtreecommitdiff
path: root/content/_index.md
blob: cdb73ec9de766c016fc9bcda264c8b20200d5cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
title: "My Personal Website"
# Profile settings
profileImage: "images/img.jpg"        # path under static/
name: "Hitesh Aggarwal"
description: "Software Developer"
socials:
  - url: "https://github.com/hitesh-aggarwal"
    icon: "fab fa-github"
  - 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://fusion.devlearnings.xyz"
    icon: "fas fa-rss"
    title: "Fusion"
    description: "RSS reader"
  - 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."
---