diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-13 18:27:59 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-13 18:27:59 +0530 |
commit | b985fb49c89e6311d4ea001bfddf1272932daca2 (patch) | |
tree | a37ac66c3506f8b966fc7752644e8947a0443337 /hugo.toml | |
parent | b62db58dd55e31e6f0fc85569ff5f763cb167ba0 (diff) |
added new blog post
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,10 @@ -baseURL = 'https://www.vidhukant.com/' +baseURL = 'https://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 = "zt-hugo" +disableKinds = ["taxonomy", "term"] +enableRobotsTXT = true [params] siteDescription = "Vidhu Kant Sharma's personal website" @@ -14,10 +16,13 @@ homepageLinks = [ ["Blog", "/blog"], ["Lists", "/lists"], ["Contact", "/contact"], - ["Git", "https://dev.vidhukant.xyz"], + ["Git", "https://mikunonaka.net"], + ["Searx", "https://search.vidhukant.com"], ["Odysee", "https://sns.mikunonaka.net/odysee"], ["YouTube", "https://sns.mikunonaka.net/yt"], ["GitHub", "https://github.com/MikunoNaka"], + # ["macli", "https://macli.vidhukant.com/"], + # ["OpenBills", "https://macli.vidhukant.com/"], ] navLinks = [ |