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
|
:slug: big-boat-in-harbour
|
||||||
:status: published
|
:status: published
|
||||||
:image: {photo}microblog/20221031-090318-865A7387.jpg
|
:image: {photo}microblog/20221031-090318-865A7387.jpg
|
||||||
|
:mastodon_post_id: 110534394260702390
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
comments:
|
||||||
|
|
||||||
|
id: 109774012599031406
|
||||||
|
|
||||||
.. image:: {photo}microblog/20221031-090318-865A7387.jpg
|
.. image:: {photo}microblog/20221031-090318-865A7387.jpg
|
||||||
:alt: A big in the Harbour
|
:alt: A big in the Harbour
|
||||||
|
|
|
@ -83,6 +83,7 @@ SOCIAL_LINKEDIN = 'jeffmackinnon'
|
||||||
SOCIAL_FLICKR = 'jeffmackinnon'
|
SOCIAL_FLICKR = 'jeffmackinnon'
|
||||||
SOCIAL_MASTODON = 'https://bluenoser.me/@Jeff'
|
SOCIAL_MASTODON = 'https://bluenoser.me/@Jeff'
|
||||||
MICROBLOG = 'microblog'
|
MICROBLOG = 'microblog'
|
||||||
|
HIDE_MICROBLOG = False
|
||||||
|
|
||||||
# Frontpage customization
|
# Frontpage customization
|
||||||
#
|
#
|
||||||
|
@ -105,10 +106,10 @@ FEDIRINGURL = '' # This is needed because the SITEURL includes the https:// an
|
||||||
|
|
||||||
# Commenting
|
# Commenting
|
||||||
#
|
#
|
||||||
MASTODON_COMMENTS = False
|
MASTODON_COMMENTS = True
|
||||||
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.
|
MASTODON_HOST = 'bluenoser.me'
|
||||||
TWITTER_COMMENTS = True
|
MASTODON_USER = 'jeff'
|
||||||
# I'm using HashOver for comments, but there are a few different ones that you can use.
|
|
||||||
COMMENTS = False
|
COMMENTS = False
|
||||||
COMMENT_EMBED ='' # This is the emdbed code that you need for the comments.
|
COMMENT_EMBED ='' # This is the emdbed code that you need for the comments.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue