thesatelliteoflove/hugo.toml

74 lines
1.9 KiB
TOML
Raw Normal View History

2024-11-17 16:50:07 -07:00
baseURL = "https://thesatelliteoflove.com"
2025-01-07 13:38:47 -07:00
theme = "hugo-indieweb-starter"
2024-11-17 16:50:07 -07:00
languageCode = "en-us"
title = "The Satellite of Love"
2025-01-07 14:03:26 -07:00
pygmentsCodefences = true
pygmentsUseClasses = true
2024-11-17 16:50:07 -07:00
rssLimit = 10
paginate = 10
2024-11-17 16:50:07 -07:00
copyright = "The Satellite of Love"
enableEmoji = true
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[taxonomies]
2025-01-07 14:03:26 -07:00
tag = "tags"
2024-11-17 16:50:07 -07:00
2025-01-07 14:03:26 -07:00
[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"
2024-11-17 16:50:07 -07:00
[params]
2025-01-07 14:03:26 -07:00
# Basic site metadata
homeSubtitle = "Phil's IndieWeb Experiments"
2024-11-17 16:50:07 -07:00
footerCopyright = "The Satellite of Love"
2025-01-07 14:03:26 -07:00
themeColor = "#494f5c"
2024-11-17 16:50:07 -07:00
2025-01-07 14:03:26 -07:00
# IndieWeb Features
enableWebmentions = true # To toggle webmention support
enableMicropub = true # Enable Micropub endpoint functionality
syndicationTargets = ["Mastodon", "Bluesky", "GitHub"] # Supported syndication
2024-11-17 16:50:07 -07:00
2025-01-07 14:03:26 -07:00
# Post options
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
showFullTextinJSONFeed = true # Optimize feeds for IndieWeb-compatible readers
2024-11-17 16:50:07 -07:00
2025-01-07 14:03:26 -07:00
# Optional social links
2024-11-17 16:50:07 -07:00
[[params.socialLinks]]
name = "mastodon"
url = "https://social.thesatelliteoflove.com/users/phil"
[[params.socialLinks]]
name = "github"
url = "https://git.thesatelliteoflove.com/phil"
2024-11-19 15:00:24 -07:00
[[params.socialLinks]]
name = "bluesky"
url = "https://bsky.app/profile/mrwhiskers.bsky.social"
2024-11-17 16:50:07 -07:00
[menu]
[[menu.main]]
name = "Posts"
url = "posts/"
weight = 10
[[menu.main]]
name = "About"
url = "about/"
2024-12-27 19:59:45 -07:00
weight = 20
[outputs]
home = ["html", "jsonfeed", "rss"]
2025-01-07 14:03:26 -07:00
section = ["html", "jsonfeed", "rss"]