From 4703a15e9e78cd6134feb6f575e52f651f21bb60 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 28 Aug 2023 17:30:50 +0530 Subject: changed nav order on /index.html --- config.toml | 48 ------------------------------------------------ hugo.toml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 config.toml create mode 100644 hugo.toml 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 = "

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 = "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 diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..f4931b4 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,48 @@ +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 = "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"], + ["Contact", "/contact"], + ["Git", "https://dev.vidhukant.xyz"], + ["Odysee", "https://sns.mikunonaka.net/odysee"], + ["YouTube", "https://sns.mikunonaka.net/yt"], + ["GitHub", "https://github.com/MikunoNaka"], +] + +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 -- cgit v1.2.3