60c0f31118
Sets up the ReGround business site: PaperMod theme (v8.0) as a submodule, pinned Hugo 0.124.1, and a custom homepage hero overriding the theme's default blog-first layout with editable front-matter copy. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
34 lines
820 B
TOML
34 lines
820 B
TOML
baseURL = "https://www.reground.org/"
|
|
locale = "en-US"
|
|
title = "ReGround"
|
|
theme = "PaperMod"
|
|
|
|
enableRobotsTXT = true
|
|
buildDrafts = false
|
|
buildFuture = false
|
|
buildExpired = false
|
|
|
|
[params]
|
|
env = "production"
|
|
description = "ReGround helps fiction authors find the readers who were always meant to find them."
|
|
author = "Will Estes"
|
|
defaultTheme = "auto"
|
|
disableThemeToggle = false
|
|
ShowReadingTime = false
|
|
ShowShareButtons = false
|
|
ShowPostNavLinks = false
|
|
ShowBreadCrumbs = false
|
|
ShowCodeCopyButtons = false
|
|
ShowRssButtonInSectionTermList = false
|
|
ShowToc = false
|
|
disableSpecial1stPost = true
|
|
hidemeta = true
|
|
mainSections = ["posts"]
|
|
|
|
[params.label]
|
|
text = "ReGround"
|
|
|
|
# Menu is intentionally minimal for now — add Blog/About/Contact
|
|
# entries here as those sections come online.
|
|
[menu]
|