Files
flask-json-dream-website/example_config.py
2020-09-07 18:09:55 +02:00

60 lines
1.5 KiB
Python

# calendar configuration #
SHOW_CALENDAR=False
CALENDAR_URL=""
CALENDAR_USERNAME=""
CALENDAR_PASSWORD=""
# content directory #
CONTENT_DIR="content.example"
# reload calendar on start #
RELOAD_CALENDAR_ON_START=True
# other
NEWS_MAX_AGE=90
SITEMAP_IGNORE = ["icon", "siteMap", "invalidate", "news"]
# site parameters
SITE_TITLE = "Site Title"
SITE_DESCRIPTION = "Site Description"
SITE_AUTHOR = "Site Author"
SITE_LOGO_URL = "Site Logo URL"
SITE_BASE_URL = "Site Base URL"
WALLPAPER_URL = "/picture/example.png"
SITE_WELLCOME_TITLE = "Title on the Wallpaper"
SITE_WELLCOME_SUBTITLE = "Subtitle on the Wallpaper"
SITE_WELLCOME_TITLE_CSS = "color: green; font-size: 4vw;"
NO_CENTER_TITLE = False
TEAMSPEAK_SERVER = "teamspeak.com"
DISCORD_SERVER = "https://discord.gg/"
FACEBOOK = "https://www.facebook.com/"
INSTAGRAM = "https://www.instagram.com/"
TWITTER = "https://twitter.com/its_a_sheppy"
TWITCH_CHANNEL = "esports_erlangen"
TWITCH_PLACEHOLDER_IMG = "placeholder.png"
ADDITIONAL_HEADER_CONTENT = "<!-- additional content you want in <head> -->"
CONTACT_HEADLINE="Contact Us"
CONTACT_PLACEHOLDER_NAME="Your Name"
CONTACT_PLACEHOLDER_EMAIL="Your Email"
CONTACT_PLACEHOLDER_SUBJECT="Subject"
CONTACT_PLACEHOLDER_TEXTAREA="Your Message"
TARGET_SMTP = None
TARGET_EMAIL = None
TARGET_SMTP_USER = None
TARGET_SMTP_PASSWORD = None
SMTP_MUST_BE_CONNECTED = False
THANKS_TITLE = "Thank you for something!"
THANKS_STRONG_TEXT = "Strong Text"
THANKS_TEXT = "Normal Text"
DISABLE_MAIN_LINKS = False