diff options
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 42 |
1 files changed, 42 insertions, 0 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" +# ... |