Install WebSub plugin - it can't actually push anything yet because there's no micropub, and therefore no pinging, but it's a start
This commit is contained in:
parent
ba34ee034a
commit
6678c4cdbb
5 changed files with 21 additions and 1 deletions
|
@ -216,3 +216,7 @@ META_SITE_PROTOCOL = 'https'
|
|||
META_SITE_NAME = LEMONCURRY_SITE_NAME
|
||||
META_USE_OG_PROPERTIES = True
|
||||
META_USE_TWITTER_PROPERTIES = True
|
||||
|
||||
# django-push
|
||||
# https://django-push.readthedocs.io/en/latest/publisher.html
|
||||
PUSH_HUB = 'https://00dani.superfeedr.com/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue