Options for donation and contact links

This commit is contained in:
Fijxu
2024-05-04 01:58:17 -04:00
parent a7e9602ccd
commit 067dcbef5e
5 changed files with 120 additions and 107 deletions

View File

@@ -88,6 +88,10 @@ class Config
property hmac_key : String = ""
# Domain to be used for links to resources on the site where an absolute URL is required
property domain : String?
property donation_url : String?
property contact_url : String?
property home_domain : String?
# Subscribe to channels using PubSubHubbub (requires domain, hmac_key)
property use_pubsub_feeds : Bool | Int32 = false
property popular_enabled : Bool = true