hermit-V2/hugo.toml

103 lines
2.5 KiB
TOML
Raw Normal View History

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"
2023-11-05 08:40:22 -05:00
[params.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]
# hrefTargetBlank = true
# noreferrerLinks = true
# nofollowLinks = true
2018-10-23 01:15:50 -04:00
[taxonomies]
tag = "tags"
# 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"
# Metadata mostly used in document's head
2023-11-05 09:34:27 -05:00
# description = "Continuing Hermit's legacy to be minimal and fast theme"
# 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"
2023-11-04 09:07:47 -04:00
justifyContent = false
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
2023-10-28 12:55:23 -04:00
readTimeSeparator = "\u2026 \u23F2 Reading Time:"
# legacyLayout = false
2023-11-04 09:07:47 -04:00
shareSocial = true
2023-09-23 01:03:29 -04:00
2023-10-31 07:01:32 -04:00
[[params.socialLinks]]
name = "mastodon"
url = "https://joinmastodon.org/"
2018-10-23 01:15:50 -04:00
2023-10-31 07:01:32 -04:00
[[params.socialLinks]]
2023-10-22 12:06:51 -04:00
name = "x"
url = "https://twitter.com/"
2018-10-23 01:15:50 -04:00
2023-10-31 07:01:32 -04:00
[[params.socialLinks]]
2018-10-23 01:15:50 -04:00
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