Bootstrap Hugo site with PaperMod theme and custom homepage
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>
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
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]
|
||||
Reference in New Issue
Block a user