a Django-based indieweb.org site https://00dani.me/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Danielle McLean 93e3fa5412
Add a Forwardfile for development
6 years ago
entries Replace use of abandoned rev="canonical" with rel="shortlink" 6 years ago
home Install django-annoying, which provides some nice shortcuts for common operations 6 years ago
lemonauth Make POST /indie/auth return a 403 if parameters are missing, rather than a 500 6 years ago
lemoncurry Delegate OpenID authentication to IndieAuth - OpenID is barely used nowadays but this is such a tiny change I might as well do it 6 years ago
users Make some little quality-of-life improvements to the Django admin for my models 6 years ago
wellknowns Enable django.contrib.sites rather than using a custom lemoncurry-specific setting for the site name 6 years ago
.gitignore Add a Stylus stylesheet for the layout, which is automatically compiled by Django Compressor 6 years ago
.gitmodules Load the Material colour scheme directly from the source YAML, rather than hardcoding it into Stylus format 6 years ago
Forwardfile Add a Forwardfile for development 6 years ago
Pipfile Insist on Python 3.6, since the 'secrets' module for making secure tokens isn't available in 3.5 6 years ago
Pipfile.lock Insist on Python 3.6, since the 'secrets' module for making secure tokens isn't available in 3.5 6 years ago
manage.py Make development-specific settings file 6 years ago
package.json Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified 6 years ago
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 6 years ago