hermit-V2/hugo.toml
2023-10-24 15:09:11 +00:00

101 lines
2.3 KiB
TOML

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"
[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 = ""
# images = [""]
themeColor = "#494f5c"
#homeSubtitle = "Continuing Hermit's legacy to be minimal and fast theme"
footerCopyright = ' <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
# bgImg = ""
# gitUrl = "https://github.com/username/repository/commit/"
justifyContent = true
relatedPosts = true
code_copy_button = true
homeSubtitlePrinter = true
scrollToTop = true
global_mathjax = false
readTime = true
readTimeSeparator = "\u002F||\u005C Reading Time:"
[[params.social]]
name = "twitter"
url = "https://twitter.com/"
[[params.social]]
name = "x"
url = "https://twitter.com/"
[[params.social]]
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