diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-28 17:30:50 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-28 17:30:50 +0530 |
commit | 4703a15e9e78cd6134feb6f575e52f651f21bb60 (patch) | |
tree | 355f52d1f894586b7e3343fd9c495225c774c5d0 /config.toml | |
parent | c2dac1f6f51d15a6e6e2179b50cf2c53ddf3acd3 (diff) |
changed nav order on /index.html
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/config.toml b/config.toml deleted file mode 100644 index fa60d39..0000000 --- a/config.toml +++ /dev/null @@ -1,48 +0,0 @@ -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 = "zt-hugo" - -[params] -siteDescription = "Vidhu Kant Sharma's personal website" -domain = "vidhukant.com" -ogImage = "/images/vidhukant.webp" -header404 = ["/images/gray-area/anime-header2.webp", "alt"] - -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" - -[markup] - [markup.highlight] - anchorLineNos = false - codeFences = true - guessSyntax = false - hl_Lines = '' - hl_inline = false - lineAnchors = '' - lineNoStart = 1 - lineNos = false - lineNumbersInTable = true - noClasses = false - noHl = false - style = "dracula" - tabWidth = 2 |