Updating tests for mastodon comments
This commit is contained in:
parent
3b2d7b16b4
commit
f23714a280
2 changed files with 12 additions and 4 deletions
|
@ -7,6 +7,13 @@ A big boat in the harbour
|
|||
:slug: big-boat-in-harbour
|
||||
:status: published
|
||||
:image: {photo}microblog/20221031-090318-865A7387.jpg
|
||||
:mastodon_post_id: 110534394260702390
|
||||
|
||||
|
||||
|
||||
comments:
|
||||
|
||||
id: 109774012599031406
|
||||
|
||||
.. image:: {photo}microblog/20221031-090318-865A7387.jpg
|
||||
:alt: A big in the Harbour
|
||||
|
|
|
@ -83,6 +83,7 @@ SOCIAL_LINKEDIN = 'jeffmackinnon'
|
|||
SOCIAL_FLICKR = 'jeffmackinnon'
|
||||
SOCIAL_MASTODON = 'https://bluenoser.me/@Jeff'
|
||||
MICROBLOG = 'microblog'
|
||||
HIDE_MICROBLOG = False
|
||||
|
||||
# Frontpage customization
|
||||
#
|
||||
|
@ -105,10 +106,10 @@ FEDIRINGURL = '' # This is needed because the SITEURL includes the https:// an
|
|||
|
||||
# Commenting
|
||||
#
|
||||
MASTODON_COMMENTS = False
|
||||
MASTODON_EMBED = '' # This is where you add the Mastodon Embed code, it needs a overhaul so I will link to the repo when I have time to play with it.
|
||||
TWITTER_COMMENTS = True
|
||||
# I'm using HashOver for comments, but there are a few different ones that you can use.
|
||||
MASTODON_COMMENTS = True
|
||||
MASTODON_HOST = 'bluenoser.me'
|
||||
MASTODON_USER = 'jeff'
|
||||
|
||||
COMMENTS = False
|
||||
COMMENT_EMBED ='' # This is the emdbed code that you need for the comments.
|
||||
|
||||
|
|
Loading…
Reference in a new issue