41 lines
736 B
TOML
41 lines
736 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 = "ReGround helps fiction authors find the readers who need their stories."
|
|
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
|