diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index ef8fb7d..650ac88 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,12 @@ -baseURL = 'https://www.vidhukant.xyz' +baseURL = 'https://www.vidhukant.com' languageCode = 'en-in' title = "Vidhu Kant Sharma's Website" -copyright = "<p> vidhukant.xyz Copyright © 2022 Vidhu Kant Sharma <<a href=\"mailto:vidhukant@vidhukant.xyz\">vidhukant@vidhukant.xyz</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>" +copyright = "<p> vidhukant.com Copyright © 2022 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" [params] gifs = [ - "<a href='https://vidhukant.xyz'><img src='/images/vidhukant.xyz.gif' alt='VidhuKant.xyz' width='88'></a>" + "<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.svg' alt=\"Not f'd. You won't find me on Facebook\" width='120'></a>" @@ -58,7 +58,7 @@ indexContent = """ [author] name = "Vidhu Kant Sharma" - email = "vidhukant@vidhukant.xyz" + email = "vidhukant@vidhukant.com" [markup] [markup.highlight] |