diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-06-28 14:46:23 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-06-28 14:46:23 +0530 |
commit | 9acf59b483309332313f0f0572a6dc2006287bf0 (patch) | |
tree | 68364d70982e30883944a496fd097fbf10a4be1a | |
parent | 50cd8a5be6238b358d32a8ff8eec85641f517875 (diff) |
moved intro to _index.md
-rw-r--r-- | config.toml | 38 | ||||
-rw-r--r-- | content/_index.md | 28 |
2 files changed, 25 insertions, 41 deletions
diff --git a/config.toml b/config.toml index 0f96ad5..d6af771 100644 --- a/config.toml +++ b/config.toml @@ -18,44 +18,6 @@ blogTitle = "Vidhu Kant's Blog" listsTitle = "Vidhu Kant's Lists" docsTitle = "Vidhu Kant's Docs" -indexContent = """ -<div id="my-intro"> - <h1>Yo doodz I am pro hacker Vidhu Kant</h1> - <p> - 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. - - I sometimes make videos, though I haven’t settled down on a theme yet (sadly). - You can find me on <a href="https://sns.mikunonaka.net/odysee">Odysee</a> and <a href="https://sns.mikunonaka.net/youtube">YouTube</a>. - - I code whatever I like, but I call myself a web developer because I mostly find myself doing web dev stuff, - though I <em>would</em> like to get into something much cooler. Only if I had the time... - </p> - - <h1 id="about-me">About Me</h1> - <p> - I’m interested in cyber security and shit because it sounds cool; - I also like functional programming because it sounds cool; - also I love reading manga because it sounds cool. - </p> - <blockquote> - <em>“I may or may not have a carrot in place of a brain.”</em> - <br> - <span>— Vidhu Kant, 2023</span> - </blockquote> - - <p> - I love reading (mostly fiction) and learning new languages. I plan to one day be fluent in like, 5 languages; - Let’s see if I can do that! (spoiler alert: I’m gonna forget about this.) - - <br> - I hope I can one day be as cool as Bocchi from "Bocchi the Rock" and be able to play the guitar. - But right now, I’m just as introverted as Bocchi from "Bocchi the Rock" without the cute anime girl and the guitar part. - </p> -</div> -""" - [author] name = "Vidhu Kant Sharma" email = "vidhukant@vidhukant.com" diff --git a/content/_index.md b/content/_index.md index 25f4be4..9bbbe2d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,27 @@ --- -img: /images/gray-area/ajiro_shinpei.webp -imgLink: /image-ownership-notice/ -imgAlt: Ajiro Shinpei from Summer Time Rendering + --- + +# Yo doodz I am pro hacker Vidhu Kant + +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. +I sometimes make videos, though I haven't settled down on a theme yet (sadly). +You can find me on [Odysee](https://sns.mikunonaka.net/odysee) and [YouTube](https://sns.mikunonaka.net/youtube). +I code whatever I like, but I call myself a web developer because I mostly find myself doing web dev stuff, +though I *would* like to get into something much cooler. Only if I had the time... + +# About Me + +I'm interested in cyber security and shit because it sounds cool; +I also like functional programming because it sounds cool; +also I love reading manga because it sounds cool. + +> *"I may or may not have a carrot in place of a brain."* +> --- Vidhu Kant, 2023 + +I love reading (mostly fiction) and learning new languages. I plan to one day be fluent in like, 5 languages; +Let's see if I can do that! (spoiler alert: I'm gonna forget about this.) +I hope I can one day be as cool as Bocchi from "Bocchi the Rock" and be able to play the guitar. +But right now, I'm just as introverted as Bocchi from "Bocchi the Rock" without the cute anime girl and the guitar part. |