From 522620afd120ff1b71afe2e1256cd5695fb140e9 Mon Sep 17 00:00:00 2001 From: testuser Date: Sun, 15 Jun 2025 17:42:15 +0530 Subject: initial commit --- .gitmodules | 3 +++ content/_index.md | 42 ++++++++++++++++++++++++++++++++++++++++++ content/posts/my-first-post.md | 10 ---------- hugo.toml | 4 ++-- themes/LucentLink-Hugo | 1 + 5 files changed, 48 insertions(+), 12 deletions(-) create mode 100644 content/_index.md delete mode 100644 content/posts/my-first-post.md create mode 160000 themes/LucentLink-Hugo diff --git a/.gitmodules b/.gitmodules index 5154615..e766a0c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/ananke"] path = themes/ananke url = https://github.com/theNewDynamic/gohugo-theme-ananke.git +[submodule "themes/LucentLink-Hugo"] + path = themes/LucentLink-Hugo + url = https://github.com/cx48/LucentLink-Hugo.git 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! diff --git a/hugo.toml b/hugo.toml index 163d167..e18e069 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ baseURL = 'https://devlearnings.xyz/' languageCode = 'en-in' -title = 'DevLearnings - A learning platform for developers' -theme = 'ananke' +title = 'My Personal Website.' +theme = 'LucentLink-Hugo' diff --git a/themes/LucentLink-Hugo b/themes/LucentLink-Hugo new file mode 160000 index 0000000..2b956fc --- /dev/null +++ b/themes/LucentLink-Hugo @@ -0,0 +1 @@ +Subproject commit 2b956fcd43fec6656042f64adfe01b479242331a -- cgit v1.2.3