a Django-based indieweb.org site https://00dani.me/
Go to file
2017-11-06 13:44:52 +11:00
entries Forgot to urlencode the list of URLs posted up to Superfeedr 2017-11-06 11:49:43 +11:00
home Make the entries on the homepage a .container so they look right on narrow displays 2017-11-06 13:44:52 +11:00
lemonauth Switch from PyJWT to python-jose, since it supports more features and has more documentation 2017-11-03 17:42:57 +11:00
lemoncurry Install django-rq and use it to ping WebSub, rather than blocking the micropub request during pings 2017-11-06 11:04:22 +11:00
micropub Actually queue up the ping_hub operation on the queue by using its delay() method 2017-11-06 11:46:43 +11:00
users Add JSON-LD support to entries too, mostly so Google can understand the site a little better 2017-10-31 14:51:50 +11:00
wellknowns Advertise the new token endpoint 2017-11-03 17:19:25 +11:00
.gitignore Add a Stylus stylesheet for the layout, which is automatically compiled by Django Compressor 2017-10-23 10:29:12 +11:00
.gitmodules Load the Material colour scheme directly from the source YAML, rather than hardcoding it into Stylus format 2017-10-27 11:34:34 +11:00
Forwardfile Add a Forwardfile for development 2017-10-30 13:31:27 +11:00
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json 1.6.0 2017-11-03 20:46:10 +11:00
Pipfile Install django-rq and use it to ping WebSub, rather than blocking the micropub request during pings 2017-11-06 11:04:22 +11:00
Pipfile.lock Install django-rq and use it to ping WebSub, rather than blocking the micropub request during pings 2017-11-06 11:04:22 +11:00
yarn.lock Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified 2017-10-29 19:15:29 +11:00