diff options
author | testuser <testuser@archlinux> | 2025-06-15 17:42:15 +0530 |
---|---|---|
committer | testuser <testuser@archlinux> | 2025-06-15 17:42:15 +0530 |
commit | 522620afd120ff1b71afe2e1256cd5695fb140e9 (patch) | |
tree | 3df5e3d4ac1d6efd61347db0738cc86dc098c3a3 | |
parent | 52ecded96e13946e84ec9336d43585690169c065 (diff) |
initial commit
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | content/_index.md | 42 | ||||
-rw-r--r-- | content/posts/my-first-post.md | 10 | ||||
-rw-r--r-- | hugo.toml | 4 | ||||
m--------- | themes/LucentLink-Hugo | 0 |
5 files changed, 47 insertions, 12 deletions
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! @@ -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 +Subproject 2b956fcd43fec6656042f64adfe01b479242331 |