diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-01-14 01:19:14 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-01-14 01:19:14 -0500 |
commit | 0d2de983a2dee1ae05f8aa633904ea70d44f4e75 (patch) | |
tree | 840ffe2f01a0ef0f54f031d64171e6a154d9713a | |
parent | 9fb641ece733b936d2bfb9e49e4948b1e0ba6011 (diff) | |
download | pablotron.org-0d2de983a2dee1ae05f8aa633904ea70d44f4e75.tar.bz2 pablotron.org-0d2de983a2dee1ae05f8aa633904ea70d44f4e75.zip |
config.toml: set activityPubUrl
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 93282ec..22f7612 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,9 @@ email = "rss-spam@pablotron.org" # timezone (used for "bin/new post some-post") tz = "-04:00" + # FIXME: probably belongs in params.social + activityPubUrl = "https://infosec.exchange/@pabs" + # not sure i need this (covered in data/menu.yaml) [[params.social]] icon = "github" |