aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-20 23:11:52 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-20 23:11:52 +0530
commitf23dae307e06d95499b35dbdd8e341b45756b330 (patch)
treeb46c707a8cd62f8c63c78eb4018dc9bc0da1cffe /config.toml
First commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml73
1 files changed, 73 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..922cc2e
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,73 @@
+baseURL = 'https://www.vidhukant.xyz'
+languageCode = 'en-in'
+title = "Vidhu Kant Sharma's Website"
+copyright = "<p> vidhukant.xyz Copyright &copy; 2022 Vidhu Kant Sharma &lt;<a href=\"mailto:vidhukant@vidhukant.xyz\">vidhukant@vidhukant.xyz</a>&gt; </p> <p> The text and image content on this website is under <a href='https://creativecommons.org/licenses/by-nc-sa/4.0/'>CC BY-NC-SA 4.0</a> unless stated otherwise. </p>"
+theme = "vidhukant-hugo"
+
+[params]
+gifs = [
+ "<a href='https://vidhukant.xyz'><img src='/images/vidhukant.xyz.gif' target='_blank' alt='VidhuKant.xyz' width='88'></a>"
+ , "<a href='https://landchad.net'><img src='/images/landchad.gif' target='_blank' alt='LandChad.net' width='88'></a>"
+ , "<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' target='_blank' alt='JacobWSmith.xyz' width='88'></a>"
+ , "<a href='/contact/'><img src='/images/no-facebook.svg' alt='Not f'd. You won't find us on Facebook' width='120'></a>"
+]
+mainPictureURL = "/images/vidhukant.webp"
+mainPictureAlt = "Vidhu Kant's Image"
+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>
+ Yo. I&rsquo;m Vidhu Kant. I&rsquo;m a hobbyist web developer, and the self proclaimed CEO of Weeb Developerz.<br>
+
+ I sometimes make videos, though I haven&rsquo;t settled down on a theme yet..
+ My Odysee channel is called <a href="https://sns.mikunonaka.net/odysee">MikunoNaka</a> (and here's the <a href="https://sns.mikunonaka.net/youtube">YouTube</a> mirror for the non pro hackers out there).<br>
+
+ Web development somehow has become my main thing but really I just code whatever I like.<br>
+ And I&rsquo;m extremely efficient at picking up side projects, writing spaghetti code, and dropping the project after getting frustrated...
+ </p>
+
+ <h1 id="about-me">About Me</h1>
+ <p>
+ I like libre software, functional programming, customizing stuff and all the weeaboo garbage Japan can offer.
+ My &ldquo;Company&rdquo; <em>Weeb Developerz</em> was coined because I&rsquo;m a weeb and a web developer so Weeb Developerz, the most hipster developer group.
+ Apart from programming, I pick up new interests way too quickly and drop them at the same speed,
+ but there&rsquo;s still a long list of my hobbies that stick around. I hope I&rsquo;d be able to talk about all of them on my blog.
+ </p>
+
+ <h1>My other websites</h1>
+ <p>
+ Check out my self hosted SearXNG search engine at <a href="https://search.vidhukant.xyz">search.vidhukant.xyz</a>
+ </p>
+ <p>
+ <a href="https://vidhukant.xyz">vidhukant.xyz</a> is my only active website.
+ I also have <a href="https://mikunonaka.net">mikunonaka.net</a> and <a href="https://weeb-developerz.xyz">weeb-developerz.xyz</a>.
+ I just got the domains because they weren’t very expensive, but they only redirect to here.
+ If you have any ideas tell me! MikunoNaka.net probably will be used for something related to my channel,
+ but weeb-developerz.xyz is supposed to be something like a FOSS community thing, that’d be pretty cool
+ </p>
+</div>
+"""
+
+[author]
+ name = "Vidhu Kant Sharma"
+ email = "vidhukant@vidhukant.xyz"
+
+[markup]
+ [markup.highlight]
+ anchorLineNos = false
+ codeFences = true
+ guessSyntax = false
+ hl_Lines = ''
+ hl_inline = false
+ lineAnchors = ''
+ lineNoStart = 1
+ lineNos = false
+ lineNumbersInTable = true
+ noClasses = true
+ noHl = false
+ style = 'dracula'
+ tabWidth = 2