aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml27
1 files changed, 19 insertions, 8 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 = "<p>vidhukant.com Copyright &copy; 2023 Vidhu Kant Sharma &lt;<a href=\"mailto:vidhukant@vidhukant.com\">vidhukant@vidhukant.com</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"
+theme = "zt-hugo"
[params]
-gifs = [
- #"<a href='https://vidhukant.com'><img src='/images/vidhukant.xyz.gif' alt='VidhuKant.xyz' width='88'></a>",
- #"<a href='https://landchad.net'><img src='/images/landchad.gif' alt='LandChad.net' width='88'></a>",
- #"<a href='https://jacobwsmith.xyz'><img src='/images/jwsxyz_button.gif' alt='JacobWSmith.xyz' width='88'></a>",
- "<a href='/contact/'><img src='/images/no-facebook.webp' alt=\"Not f'd. You won't find me on Facebook\" width='120'></a>",
- "<a href='https://512kb.club'><img src='/images/green-team.svg' alt='a proud member of the green team of 512KB club'></a>"
-]
+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"