add-indieweb-theme #1
130
hugo.toml
130
hugo.toml
@ -1,127 +1,48 @@
|
|||||||
# THIS IS AN EXAMPLE ON HOW YOU SHOULD CONFIGURE YOUR hugo.toml
|
|
||||||
# See this hugo.toml in action at https://github.com/1bl4z3r/hermit-V2/blob/staging/hugo.toml
|
|
||||||
# Example Site is Staging branch, acessible at https://github.com/1bl4z3r/hermit-V2/tree/staging
|
|
||||||
# To see what each config does, refer to https://1bl4z3r.github.io/hermit-V2/en/posts/explaining-configs/
|
|
||||||
# Open Issue or Pull Request at https://github.com/1bl4z3r/hermit-V2
|
|
||||||
|
|
||||||
baseURL = "https://thesatelliteoflove.com"
|
baseURL = "https://thesatelliteoflove.com"
|
||||||
# defaultContentLanguage = "en"
|
|
||||||
# defaultContentLanguageInSubdir = true
|
|
||||||
theme = "hugo-indieweb-starter"
|
theme = "hugo-indieweb-starter"
|
||||||
|
|
||||||
#[languages]
|
|
||||||
# [languages.en]
|
|
||||||
# title = 'CHANGE ME'
|
|
||||||
# [languages.en.params]
|
|
||||||
# homeSubtitle = "CHANGE ME"
|
|
||||||
# weight = 1
|
|
||||||
# [languages.fr]
|
|
||||||
# title = 'CHANGE ME(FR)'
|
|
||||||
# [languages.fr.params]
|
|
||||||
# homeSubtitle = "CHANGE ME"
|
|
||||||
# weight = 2
|
|
||||||
# [languages.it]
|
|
||||||
# title = 'CHANGE ME(IT)'
|
|
||||||
# [languages.it.params]
|
|
||||||
# homeSubtitle = "CHANGE ME"
|
|
||||||
# weight = 3
|
|
||||||
|
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
|
|
||||||
title = "The Satellite of Love"
|
title = "The Satellite of Love"
|
||||||
# enableGitInfo = true
|
|
||||||
|
|
||||||
pygmentsCodefences = true
|
pygmentsCodefences = true
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
#hasCJKLanguage = true
|
|
||||||
|
|
||||||
rssLimit = 10
|
rssLimit = 10
|
||||||
|
|
||||||
copyright = "The Satellite of Love"
|
copyright = "The Satellite of Love"
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
|
||||||
#[services]
|
|
||||||
# [services.disqus]
|
|
||||||
# shortname = ''
|
|
||||||
# [services.googleAnalytics]
|
|
||||||
# id = ''
|
|
||||||
|
|
||||||
[frontmatter]
|
[frontmatter]
|
||||||
date = ["date", "publishDate", "lastmod"]
|
date = ["date", "publishDate", "lastmod"]
|
||||||
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
||||||
publishDate = ["publishDate", "date"]
|
publishDate = ["publishDate", "date"]
|
||||||
expiryDate = ["expiryDate"]
|
|
||||||
|
|
||||||
|
|
||||||
# [params.author]
|
|
||||||
# name = "Phil Skents"
|
|
||||||
# about = "Assitant janitor of The Satellite of Love"
|
|
||||||
|
|
||||||
[blackfriday]
|
|
||||||
# hrefTargetBlank = true
|
|
||||||
# noreferrerLinks = true
|
|
||||||
# nofollowLinks = true
|
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
# Categories are disabled by default.
|
|
||||||
# category = "categories"
|
|
||||||
|
|
||||||
# Enable to get proper Mathjax support
|
[params.author]
|
||||||
#[markup]
|
name = "Phil Skents"
|
||||||
# [markup.goldmark]
|
url = "https://thesatelliteoflove.com"
|
||||||
# [markup.goldmark.extensions]
|
email = "phil@example.com" # Optional: Use if contact info is public
|
||||||
# [markup.goldmark.extensions.passthrough]
|
about = "Web tinkerer, IndieWeb enthusiast, and janitor of the Satellite of Love."
|
||||||
# enable = true
|
avatar = "static/images/author-avatar.png" # Optional: Path to an avatar image
|
||||||
# [markup.goldmark.extensions.passthrough.delimiters]
|
mastodon = "https://social.thesatelliteoflove.com/users/phil"
|
||||||
# block = [['\[', '\]'], ['$$', '$$']]
|
|
||||||
# inline = [['\(', '\)']]
|
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
# Basic site metadata
|
||||||
|
homeSubtitle = "Phil's IndieWeb Experiments"
|
||||||
|
footerCopyright = "The Satellite of Love"
|
||||||
|
themeColor = "#494f5c"
|
||||||
|
|
||||||
|
# IndieWeb Features
|
||||||
|
enableWebmentions = true # To toggle webmention support
|
||||||
|
enableMicropub = true # Enable Micropub endpoint functionality
|
||||||
|
syndicationTargets = ["Mastodon", "Bluesky", "GitHub"] # Supported syndication
|
||||||
|
|
||||||
|
# Post options
|
||||||
dateform = "Jan 2, 2006"
|
dateform = "Jan 2, 2006"
|
||||||
dateformShort = "Jan 2"
|
dateformShort = "Jan 2"
|
||||||
dateformNum = "2006-01-02"
|
dateformNum = "2006-01-02"
|
||||||
dateformNumTime = "2006-01-02 15:04 -0700"
|
showFullTextinJSONFeed = true # Optimize feeds for IndieWeb-compatible readers
|
||||||
|
|
||||||
# description = "CHANGE ME SITE DESCRIPTION"
|
|
||||||
# images = [""]
|
|
||||||
themeColor = "#494f5c"
|
|
||||||
|
|
||||||
homeSubtitle = "Phil's Ridiculous Webstuff"
|
|
||||||
footerCopyright = "The Satellite of Love"
|
|
||||||
# footerHideThemeName = false
|
|
||||||
# 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 = "-"
|
|
||||||
# legacyLayout = false
|
|
||||||
shareSocial = true
|
|
||||||
# googleTagManager = "GTM-XXXXXXXX"
|
|
||||||
# tagSymbol = "#"
|
|
||||||
# categorySymbol = "⊲"
|
|
||||||
# pinned = "Pinned Posts"
|
|
||||||
# pinnedSVGname = "pin"
|
|
||||||
# descriptionInPosts= true
|
|
||||||
# initialPublish = "Initally Posted on: "
|
|
||||||
# human = ["single","posts"]
|
|
||||||
# noIndex = false
|
|
||||||
# denyRobots = "noindex, nofollow, noarchive"
|
|
||||||
# allowRobots = "index, follow"
|
|
||||||
# siteNoIndex = false
|
|
||||||
# noIndexPages = ["404 Page not found"]
|
|
||||||
# usesAnimation = true
|
|
||||||
showFullTextinJSONFeed = true
|
|
||||||
|
|
||||||
|
# Optional social links
|
||||||
[[params.socialLinks]]
|
[[params.socialLinks]]
|
||||||
name = "mastodon"
|
name = "mastodon"
|
||||||
url = "https://social.thesatelliteoflove.com/users/phil"
|
url = "https://social.thesatelliteoflove.com/users/phil"
|
||||||
@ -134,12 +55,7 @@ expiryDate = ["expiryDate"]
|
|||||||
name = "bluesky"
|
name = "bluesky"
|
||||||
url = "https://bsky.app/profile/mrwhiskers.bsky.social"
|
url = "https://bsky.app/profile/mrwhiskers.bsky.social"
|
||||||
|
|
||||||
[[params.socialLinks]]
|
|
||||||
name = "linkedin"
|
|
||||||
url = "https://www.linkedin.com/in/philskentelbery/"
|
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Posts"
|
name = "Posts"
|
||||||
url = "posts/"
|
url = "posts/"
|
||||||
@ -150,12 +66,6 @@ expiryDate = ["expiryDate"]
|
|||||||
url = "about/"
|
url = "about/"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[outputFormats.jsonfeed]
|
|
||||||
mediaType = "application/json"
|
|
||||||
baseName = "feed"
|
|
||||||
rel = "alternate"
|
|
||||||
isPlainText = true
|
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["html", "jsonfeed", "rss"]
|
home = ["html", "jsonfeed", "rss"]
|
||||||
section = ["html", "jsonfeed", "rss"]
|
section = ["html", "jsonfeed", "rss"]
|
@ -1 +1 @@
|
|||||||
Subproject commit 00474fdb1332c1b45cc9b537616d10f5b5154054
|
Subproject commit 88236da4b87ad0ee56535d3da6d916e81130bda9
|
Loading…
x
Reference in New Issue
Block a user