25 lines
620 B
YAML
25 lines
620 B
YAML
|
|
# Landing Feature Configuration
|
||
|
|
# Feature-specific constants (inherits from platform config.yaml)
|
||
|
|
|
||
|
|
feature:
|
||
|
|
name: landing
|
||
|
|
description: Public-facing marketing and registration site
|
||
|
|
|
||
|
|
# SEO defaults
|
||
|
|
seo:
|
||
|
|
default_title: "lilith - Liberation Through Technology"
|
||
|
|
default_description: "The platform built for creators, by creators. No extraction, no deplatforming."
|
||
|
|
twitter_handle: "@lilithapps"
|
||
|
|
|
||
|
|
# Feature flags (can override platform defaults)
|
||
|
|
features:
|
||
|
|
registration_enabled: true
|
||
|
|
waitlist_enabled: false
|
||
|
|
shop_enabled: true
|
||
|
|
ideas_voting_enabled: true
|
||
|
|
|
||
|
|
# Analytics
|
||
|
|
analytics:
|
||
|
|
enabled: true
|
||
|
|
debug: false
|