0a8631a0f2
deploy / deploy (push) Successful in 4s
Replaces the hero_heading/subheading/intro param-driven layout with a plain markdown body (headshot, Creative Help, Technical Help, bio), so layouts/index.html just renders .Content. Headshot is served from the Linode bucket (same convention as the freebie PDF) rather than committed to git. CSS floats the photo left with the first list wrapping beside it, matching the site's font/color patterns. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
41 lines
750 B
TOML
41 lines
750 B
TOML
baseURL = "https://reground.org/"
|
|
locale = "en-US"
|
|
title = "ReGround"
|
|
|
|
enableRobotsTXT = true
|
|
buildDrafts = false
|
|
buildFuture = false
|
|
buildExpired = false
|
|
disableKinds = ["taxonomy", "term"]
|
|
|
|
[params]
|
|
env = "production"
|
|
description = "DevOps consulting, ghostwriting, and helping fiction authors find their right readers"
|
|
author = "Will Estes"
|
|
eec_base_url = "https://eec.reground.org"
|
|
|
|
[[menu.main]]
|
|
# name = "Courses"
|
|
# url = "/courses/"
|
|
# weight = 10
|
|
|
|
# [[menu.main]]
|
|
# name = "Contact"
|
|
# url = "/contact/"
|
|
# weight = 20
|
|
|
|
[[menu.footer]]
|
|
name = "Contact"
|
|
url = "/contact/"
|
|
weight = 10
|
|
|
|
[[menu.footer]]
|
|
name = "Privacy"
|
|
url = "/privacy/"
|
|
weight = 20
|
|
|
|
[[menu.footer]]
|
|
name = "Terms"
|
|
url = "/terms/"
|
|
weight = 30
|