From 9e682836763ba16dfd4431471e01590c73b23145 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 10 May 2023 18:42:10 +0530 Subject: added a blog post, and compressed gif --- config.toml | 8 ++++---- content/blog/2023/domain-change.md | 20 ++++++++++++++++++++ content/blog/_index.md | 2 +- content/contact.md | 2 +- content/lists/music-recommendations.md | 1 + static/images/vidhukant.xyz.gif | Bin 29141 -> 9722 bytes 6 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 content/blog/2023/domain-change.md diff --git a/config.toml b/config.toml index ef8fb7d..650ac88 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,12 @@ -baseURL = 'https://www.vidhukant.xyz' +baseURL = 'https://www.vidhukant.com' languageCode = 'en-in' title = "Vidhu Kant Sharma's Website" -copyright = "

vidhukant.xyz Copyright © 2022 Vidhu Kant Sharma <vidhukant@vidhukant.xyz>

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

" +copyright = "

vidhukant.com Copyright © 2022 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" [params] gifs = [ - "VidhuKant.xyz" + "VidhuKant.xyz" , "LandChad.net" , "JacobWSmith.xyz" , "\"Not" @@ -58,7 +58,7 @@ indexContent = """ [author] name = "Vidhu Kant Sharma" - email = "vidhukant@vidhukant.xyz" + email = "vidhukant@vidhukant.com" [markup] [markup.highlight] diff --git a/content/blog/2023/domain-change.md b/content/blog/2023/domain-change.md new file mode 100644 index 0000000..16e6b06 --- /dev/null +++ b/content/blog/2023/domain-change.md @@ -0,0 +1,20 @@ +--- +title: "Website Domain Change (and letting go of weeb-developerz.xyz)" +date: 2023-05-10 +--- + +If you've been a reader of this website for more than a few months ago, you might know that I have 3 domains: + +- vidhukant.xyz +- mikunonaka.net +- weeb-developerz.xyz + +Being the domain-hoarder I am, I got another domain!!! It's vidhukant.com because of course everyone wants a .com domain nowadays. + +I am changing the website's main domain to vidhukant.com because of course I am. +This won't really change anything since I don't plan to ever cancel vidhukant.xyz, and it'll always be redirecting to vidhukant.com. +For now mikunonaka.net still redirects to this website but I plan to change that one day (yes I plan to maintain 2 websites im weird) + +Also, I no longer have weeb-developerz.xyz because my allowance only supports 3 domains. If there is any activity on weeb-developerz.xyz, please note that +it's not me. I know just letting go of a domain like that is not that good of an idea, but fuck it. +For my email, if anyone is wondering, it doesn't matter if you write to me on vidhukant.xyz or vidhukant.com, They're all reaching the same mailbox anyways. diff --git a/content/blog/_index.md b/content/blog/_index.md index c281b9d..4c5ecc2 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -11,4 +11,4 @@ One thing I want to be strict about is not to rant much on this blog. Ranting isn't great, but I unconsciously do that a lot. If you're into that, congrats! If you're not, sorry. -Subscribe to my RSS Feed: +Subscribe to my RSS Feed: diff --git a/content/contact.md b/content/contact.md index 177a41f..cb63852 100644 --- a/content/contact.md +++ b/content/contact.md @@ -19,7 +19,7 @@ Because I don't (and probably won't) have a comment section. That seems troubles ## E-Mail Right now I only have a public email address. Use it! -Public email address: [vidhukant@vidhukant.xyz](mailto:vidhukant@vidhukant.xyz) +Public email address: [vidhukant@vidhukant.com](mailto:vidhukant@vidhukant.com) ## GitHub diff --git a/content/lists/music-recommendations.md b/content/lists/music-recommendations.md index 66503bb..b8720fe 100644 --- a/content/lists/music-recommendations.md +++ b/content/lists/music-recommendations.md @@ -105,3 +105,4 @@ NOTE: The order means nothing (might sort alphabetically later) - "Cupid" by FIFTY FIFTY - "Shinunoga E-Wa" by Fujii Kaze - "Suzume" by RADWIMPS ft. toaka +- "Play Date" by Melanie Martinez diff --git a/static/images/vidhukant.xyz.gif b/static/images/vidhukant.xyz.gif index 5b0cd70..17263de 100644 Binary files a/static/images/vidhukant.xyz.gif and b/static/images/vidhukant.xyz.gif differ -- cgit v1.2.3