From e93f06e760ae7a84c9bdef61b7c4bb5f8dfb387a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 26 Aug 2023 12:39:43 +0530 Subject: changed theme --- config.toml | 27 +++++++++++++++++++-------- content/_index.md | 4 ++-- content/contact.md | 4 ++-- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/config.toml b/config.toml index d7cce6f..817fde4 100644 --- a/config.toml +++ b/config.toml @@ -2,20 +2,31 @@ baseURL = 'https://www.vidhukant.com/' languageCode = 'en-in' title = "Vidhu Kant Sharma's Website" copyright = "

vidhukant.com Copyright © 2023 Vidhu Kant Sharma <vidhukant@vidhukant.com>

The text and image content on this website is under CC BY-NC-SA 4.0 unless stated otherwise.

" -theme = "vidhukant-hugo" +theme = "zt-hugo" [params] -gifs = [ - #"VidhuKant.xyz", - #"LandChad.net", - #"JacobWSmith.xyz", - "\"Not", - "a proud member of the green team of 512KB club" -] +ogImage = "/image/vidhukant.webp" blogTitle = "Vidhu Kant's Blog" listsTitle = "Vidhu Kant's Lists" docsTitle = "Vidhu Kant's Docs" +homepageLinks = [ + ["Blog", "/blog"], + ["Lists", "/lists"], + ["Git", "https://dev.vidhukant.xyz"], + ["Odysee", "https://sns.mikunonaka.net/odysee"], + ["YouTube", "https://sns.mikunonaka.net/yt"], + ["GitHub", "https://github.com/MikunoNaka"], + ["Contact", "/contact"] +] + +navLinks = [ + ["Home", "/"], + ["Contact", "/contact"], + ["Blog", "/blog"], + ["Lists", "/lists"], +] + [author] name = "Vidhu Kant Sharma" email = "vidhukant@vidhukant.com" diff --git a/content/_index.md b/content/_index.md index d75884a..b8d83f4 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,10 +1,10 @@ --- img: /images/vidhukant.webp alt: Me +title: Hackerman's Den +navTitle: Welcome To Hackerman's Den --- -# Welcome To Hackerman's Den - Yahallo! I'm Vidhu Kant. I'm the premium version of your local dumbass because somehow I have gained the knowledge of altering the beeps and boops of a computer and my soul now belongs to Linus Torvalds. diff --git a/content/contact.md b/content/contact.md index af274d4..c630ed2 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,10 +1,10 @@ --- -title: Vidhu Kant Sharma's Contact +title: Contact Vidhu Kant Sharma img: /images/gray-area/ajiro_shinpei.webp imgAlt: Ajiro Shinpei - Image for aesthetics (not mine) -navpage: "contact" +navPath: "contact" --- # How to contact me? -- cgit v1.2.3