summaryrefslogtreecommitdiff
path: root/publishconf.py
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-11-04 23:32:00 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-11-04 23:32:00 +0100
commitc38679fef42e1b4df924660522a7cd358ce454d1 (patch)
tree343c77c055f02af58eb7944452ec136320476739 /publishconf.py
parentdff4ed412d2a7402b94f829e09a3d8948fe5e8a5 (diff)
Add mastodon verification to theme and publishing configuration
Diffstat (limited to 'publishconf.py')
-rw-r--r--publishconf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/publishconf.py b/publishconf.py
index 5111e3e..0b3942f 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -25,3 +25,5 @@ TRANSLATION_FEED_ATOM = 'feeds/all-{lang}.atom.xml'
#AUTHOR_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
+
+MASTODON_PROFILE = 'https://mastodon.social/@ekaitz_zarraga'