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 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'config.toml') 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" -- cgit v1.2.3