2023-10-24 11:09:11 -04:00
|
|
|
baseURL = "https://1bl4z3r.github.io/hermit-V2/"
|
2023-09-23 01:03:29 -04:00
|
|
|
defaultContentLanguage = "en"
|
2023-10-24 11:09:11 -04:00
|
|
|
defaultContentLanguageInSubdir = true
|
2023-07-05 04:49:04 -04:00
|
|
|
|
2023-09-23 01:03:29 -04:00
|
|
|
[languages]
|
|
|
|
[languages.en]
|
2023-10-15 08:13:22 -04:00
|
|
|
title = 'Hermit - V2'
|
2023-09-23 01:03:29 -04:00
|
|
|
[languages.en.params]
|
2023-10-15 08:13:22 -04:00
|
|
|
homeSubtitle = "Continuing Hermit's legacy to be minimal and fast theme"
|
2023-09-23 01:03:29 -04:00
|
|
|
weight = 1
|
|
|
|
[languages.fr]
|
2023-10-15 08:13:22 -04:00
|
|
|
title = 'Hermit - V2 (FR)'
|
2023-09-23 01:03:29 -04:00
|
|
|
[languages.fr.params]
|
2023-10-15 08:13:22 -04:00
|
|
|
homeSubtitle = "Poursuivre l'héritage d'Hermit avec un thème minimal et rapide"
|
2023-09-23 01:03:29 -04:00
|
|
|
weight = 2
|
|
|
|
[languages.it]
|
2023-10-15 08:13:22 -04:00
|
|
|
title = 'Hermit - V2 (IT)'
|
2023-09-23 01:03:29 -04:00
|
|
|
[languages.it.params]
|
2023-10-15 08:13:22 -04:00
|
|
|
homeSubtitle = "Continuare l'eredità di Hermit di essere un tema minimale e veloce"
|
2023-09-23 01:03:29 -04:00
|
|
|
weight = 3
|
2023-10-24 11:09:11 -04:00
|
|
|
|
2018-10-23 01:15:50 -04:00
|
|
|
languageCode = "en-us"
|
2023-07-05 04:49:04 -04:00
|
|
|
|
2023-10-15 08:13:22 -04:00
|
|
|
# title = "Hermit - V2"
|
2023-10-25 04:10:31 -04:00
|
|
|
# enableGitInfo = true
|
2023-07-05 04:49:04 -04:00
|
|
|
|
2018-10-23 01:15:50 -04:00
|
|
|
pygmentsCodefences = true
|
|
|
|
pygmentsUseClasses = true
|
2023-07-05 04:49:04 -04:00
|
|
|
#hasCJKLanguage = true
|
|
|
|
|
|
|
|
rssLimit = 10
|
|
|
|
|
2023-10-24 11:09:11 -04:00
|
|
|
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
|
2023-07-05 04:49:04 -04:00
|
|
|
enableEmoji = true
|
|
|
|
|
2018-10-23 01:15:50 -04:00
|
|
|
# googleAnalytics = "UA-123-45"
|
|
|
|
# disqusShortname = "yourdiscussshortname"
|
|
|
|
|
|
|
|
[author]
|
2023-07-09 12:27:54 -04:00
|
|
|
name = "1BL4Z3R"
|
2023-09-23 01:03:29 -04:00
|
|
|
about = "about-hugo"
|
2018-10-23 01:15:50 -04:00
|
|
|
|
|
|
|
[blackfriday]
|
2019-02-01 05:14:07 -05:00
|
|
|
# hrefTargetBlank = true
|
|
|
|
# noreferrerLinks = true
|
|
|
|
# nofollowLinks = true
|
2018-10-23 01:15:50 -04:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
tag = "tags"
|
2019-02-21 09:31:59 -05:00
|
|
|
# Categories are disabled by default.
|
2018-10-23 01:15:50 -04:00
|
|
|
|
|
|
|
[params]
|
|
|
|
dateform = "Jan 2, 2006"
|
|
|
|
dateformShort = "Jan 2"
|
|
|
|
dateformNum = "2006-01-02"
|
|
|
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
|
|
|
|
2018-12-31 07:03:32 -05:00
|
|
|
# Metadata mostly used in document's head
|
|
|
|
# description = ""
|
|
|
|
# images = [""]
|
|
|
|
themeColor = "#494f5c"
|
|
|
|
|
2023-10-15 08:13:22 -04:00
|
|
|
#homeSubtitle = "Continuing Hermit's legacy to be minimal and fast theme"
|
2023-09-23 01:03:29 -04:00
|
|
|
footerCopyright = ' <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
2023-10-24 11:09:11 -04:00
|
|
|
# bgImg = ""
|
2023-10-25 04:10:31 -04:00
|
|
|
# gitUrl = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
|
2018-12-31 07:03:32 -05:00
|
|
|
|
2023-10-24 11:09:11 -04:00
|
|
|
justifyContent = true
|
2018-12-31 07:03:32 -05:00
|
|
|
|
2023-10-24 11:09:11 -04:00
|
|
|
relatedPosts = true
|
|
|
|
code_copy_button = true
|
2023-09-14 11:11:16 -04:00
|
|
|
|
|
|
|
homeSubtitlePrinter = true
|
|
|
|
scrollToTop = true
|
2023-08-19 03:24:17 -04:00
|
|
|
global_mathjax = false
|
2023-09-23 01:03:29 -04:00
|
|
|
readTime = true
|
|
|
|
readTimeSeparator = "\u002F||\u005C Reading Time:"
|
|
|
|
|
2018-10-23 01:15:50 -04:00
|
|
|
[[params.social]]
|
|
|
|
name = "twitter"
|
|
|
|
url = "https://twitter.com/"
|
|
|
|
|
|
|
|
[[params.social]]
|
2023-10-22 12:06:51 -04:00
|
|
|
name = "x"
|
|
|
|
url = "https://twitter.com/"
|
2018-10-23 01:15:50 -04:00
|
|
|
|
|
|
|
[[params.social]]
|
|
|
|
name = "github"
|
2023-10-22 05:57:12 -04:00
|
|
|
url = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
|
2018-10-23 01:15:50 -04:00
|
|
|
|
|
|
|
[menu]
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Posts"
|
2019-01-05 00:24:57 -05:00
|
|
|
url = "posts/"
|
2018-10-23 01:15:50 -04:00
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "About"
|
2019-01-05 00:24:57 -05:00
|
|
|
url = "about-hugo/"
|
2023-07-05 04:49:04 -04:00
|
|
|
weight = 20
|