diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-26 12:39:43 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-26 12:39:43 +0530 |
commit | e93f06e760ae7a84c9bdef61b7c4bb5f8dfb387a (patch) | |
tree | 6cd95039882820f2687f1bc4bd198e639da2ef71 /config.toml | |
parent | 02a48f06823d7ac053824980d87aa46b421705cf (diff) |
changed theme
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 27 |
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 © 2023 Vidhu Kant Sharma <<a href=\"mailto:vidhukant@vidhukant.com\">vidhukant@vidhukant.com</a>> </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" |