From 0d2de983a2dee1ae05f8aa633904ea70d44f4e75 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 14 Jan 2023 01:19:14 -0500 Subject: config.toml: set activityPubUrl --- config.toml | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3