mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
36 lines
950 B
Text
36 lines
950 B
Text
publish_root = "public/"
|
|
publish_url = "https://www.byjp.me/"
|
|
feeds = ["index.xml"]
|
|
content_glob = "content/**/*.md"
|
|
interactions_dir = "data/interactions/"
|
|
interaction_pfps_dir = "static/interaction-pfps/"
|
|
|
|
[sites]
|
|
# [sites.instagram]
|
|
# type = "instagram"
|
|
# username = "jphastings"
|
|
# password_envvar = "INSTAGRAM_PASSWORD"
|
|
# totp_envvar = "INSTAGRAM_TOTP"
|
|
|
|
# [sites.bluesky]
|
|
# type = "atproto"
|
|
# server = "https://bsky.social"
|
|
# username = "byjp.me"
|
|
# app_key_envvar = "BLUESKY_PASSWORD"
|
|
|
|
[sites.pixelfed]
|
|
type = "pixelfed"
|
|
server = "https://pixelfed.social"
|
|
username = "jphastings"
|
|
access_token_envvar = "PIXELFED_ACCESS_TOKEN"
|
|
|
|
# [sites.medium]
|
|
# type = "medium"
|
|
# username = "jphastings"
|
|
# password_envvar = "MEDIUM_PASSWORD"
|
|
|
|
# [sites.mastodon]
|
|
# type = "mastodon"
|
|
# server = "https://hachyderm.io"
|
|
# username = "byjp"
|
|
# password_envvar = "MASTODON_PASSWORD"
|