From 0154182af0a38c257d16fac6ca5439f5e82e0fe2 Mon Sep 17 00:00:00 2001 From: BLZR <34515568+1bl4z3r@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:16:50 +0530 Subject: [PATCH] Delete hugo.toml Close #42 --- hugo.toml | 103 ------------------------------------------------------ 1 file changed, 103 deletions(-) delete mode 100644 hugo.toml diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 810aa69..0000000 --- a/hugo.toml +++ /dev/null @@ -1,103 +0,0 @@ -baseURL = "https://1bl4z3r.github.io/hermit-V2/" -defaultContentLanguage = "en" -defaultContentLanguageInSubdir = true - -[languages] - [languages.en] - title = 'Hermit - V2' - [languages.en.params] - homeSubtitle = "Continuing Hermit's legacy to be minimal and fast theme" - weight = 1 - [languages.fr] - title = 'Hermit - V2 (FR)' - [languages.fr.params] - homeSubtitle = "Poursuivre l'héritage d'Hermit avec un thème minimal et rapide" - weight = 2 - [languages.it] - title = 'Hermit - V2 (IT)' - [languages.it.params] - homeSubtitle = "Continuare l'eredità di Hermit di essere un tema minimale e veloce" - weight = 3 - -languageCode = "en-us" - -# title = "Hermit - V2" -# enableGitInfo = true - -pygmentsCodefences = true -pygmentsUseClasses = true -#hasCJKLanguage = true - -rssLimit = 10 - -copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." -enableEmoji = true - -# googleAnalytics = "UA-123-45" -# disqusShortname = "yourdiscussshortname" - -[params.author] - name = "1BL4Z3R" - about = "about-hugo" - -[blackfriday] - # hrefTargetBlank = true - # noreferrerLinks = true - # nofollowLinks = true - -[taxonomies] - tag = "tags" - # Categories are disabled by default. - -[params] - dateform = "Jan 2, 2006" - dateformShort = "Jan 2" - dateformNum = "2006-01-02" - dateformNumTime = "2006-01-02 15:04 -0700" - - # Metadata mostly used in document's head - # description = "Continuing Hermit's legacy to be minimal and fast theme" - # images = [""] - themeColor = "#494f5c" - - #homeSubtitle = "Continuing Hermit's legacy to be minimal and fast theme" - footerCopyright = ' CC BY-NC 4.0' - # bgImg = "" - # gitUrl = "https://github.com/1bl4z3r/hermit-V2/tree/staging" - - justifyContent = false - - relatedPosts = true - code_copy_button = true - - homeSubtitlePrinter = true - scrollToTop = true - global_mathjax = false - readTime = true - readTimeSeparator = "\u2026 \u23F2 Reading Time:" - # legacyLayout = false - shareSocial = true - - [[params.socialLinks]] - name = "mastodon" - url = "https://joinmastodon.org/" - - [[params.socialLinks]] - name = "x" - url = "https://twitter.com/" - - [[params.socialLinks]] - name = "github" - url = "https://github.com/1bl4z3r/hermit-V2/tree/staging" - -[menu] - - [[menu.main]] - name = "Posts" - url = "posts/" - weight = 10 - - [[menu.main]] - name = "About" - url = "about-hugo/" - weight = 20 \ No newline at end of file