16 lines
482 B
Bash
16 lines
482 B
Bash
# 10Backward configuration — placeholder values only. NEVER use real credentials here.
|
|
|
|
MASTODON_BASE_URL=https://mastodon.example
|
|
MASTODON_ACCESS_TOKEN=replace-me
|
|
VISIBILITY=public
|
|
SITE_URL=https://blog.example.com
|
|
HASHTAGS=#throwback,#10backward
|
|
THROWNBACK_PREFIX=Throwback:
|
|
MAX_RETRIES=3
|
|
RUN_AT=09:00
|
|
TZ=Europe/Berlin
|
|
|
|
# Optional — Jekyll blog clone source. Defaults point at the Chaospott public repo.
|
|
# BLOG_REPO_URL=https://git.chaospott.de/Chaospott/site
|
|
# BLOG_DIR=blog
|