thesatelliteoflove/hugo.toml
Phil f4ef0a5a2f
Some checks failed
Build Hugo Site / build (push) Failing after 4m27s
moved posts to articles and fixed pagination
2025-01-07 19:59:35 -07:00

74 lines
1.9 KiB
TOML

baseURL = "https://thesatelliteoflove.com"
theme = "hugo-indieweb-starter"
languageCode = "en-us"
title = "The Satellite of Love"
pygmentsCodefences = true
pygmentsUseClasses = true
rssLimit = 10
paginate = 10
copyright = "The Satellite of Love"
enableEmoji = true
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[taxonomies]
tag = "tags"
[params.author]
name = "Phil Skents"
url = "https://thesatelliteoflove.com"
email = "phil@example.com" # Optional: Use if contact info is public
about = "Web tinkerer, IndieWeb enthusiast, and janitor of the Satellite of Love."
avatar = "static/images/author-avatar.png" # Optional: Path to an avatar image
mastodon = "https://social.thesatelliteoflove.com/users/phil"
[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"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
showFullTextinJSONFeed = true # Optimize feeds for IndieWeb-compatible readers
# Optional social links
[[params.socialLinks]]
name = "mastodon"
url = "https://social.thesatelliteoflove.com/users/phil"
[[params.socialLinks]]
name = "github"
url = "https://git.thesatelliteoflove.com/phil"
[[params.socialLinks]]
name = "bluesky"
url = "https://bsky.app/profile/mrwhiskers.bsky.social"
[menu]
[[menu.main]]
name = "Posts"
url = "posts/"
weight = 10
[[menu.main]]
name = "About"
url = "about/"
weight = 20
[outputs]
home = ["html", "jsonfeed", "rss"]
section = ["html", "jsonfeed", "rss"]