blob: 7f63ddb424c0bf53957126af28a787f458084433 (
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
|
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"
# ...
|