Delete hugo.toml Close #42
This commit is contained in:
parent
df82f6677f
commit
0154182af0
1 changed files with 0 additions and 103 deletions
103
hugo.toml
103
hugo.toml
|
@ -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 = ' <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/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
|
Loading…
Reference in a new issue