Commit Graph

29 Commits

Author SHA1 Message Date
7cd88c9fbd
Just set cache control rather than caching page content
This avoids storing tonnes of stuff in the cache, when it doesn't matter
_too_ much
2022-09-04 17:29:04 +01:00
ddb68f7d43
Ensure media is served by Django 2022-09-04 17:23:41 +01:00
47980032b0
Add autocomplete for blog pots tags 2022-08-28 16:18:31 +01:00
358013e16a
Add favicon 2022-08-27 23:44:56 +01:00
01d84fd29b
Add keybase URL 2022-08-25 14:11:47 +01:00
fc141c9778
Add the skeleton for an API app
URL handling is a hack, but it works
2022-08-22 23:26:39 +01:00
10005dfe02
Add all pages feed
This one is much simpler than the pages one, as there could be a lot of
pages
2022-08-22 23:17:16 +01:00
922e259aaf
Add legacy redirect app 2022-08-22 21:11:46 +01:00
bfa4755871
Move well-known URLs into their own app 2022-08-22 20:33:52 +01:00
e74dbcc228
Add matrix client well-known view 2022-08-22 14:43:58 +01:00
31c370c13e
Don't cache security.txt view for full expiry time
This could result in the expiry time being in the past
2022-08-22 14:39:12 +01:00
a110b9c34e
Add cache to robots.txt view 2022-08-22 14:38:32 +01:00
521595a781
Add view to serve matrix server well-known URL 2022-08-22 14:37:29 +01:00
fd445375ae
Add caching to a few simple URLs
These do a few queries, and don't change often - ideal for caching
2022-08-20 18:31:08 +01:00
f452f5deed
Add security.txt 2022-08-19 15:06:18 +01:00
1abc6da19b
Add robots.txt 2022-08-19 14:35:38 +01:00
57f5505c24
Add 404 page 2022-08-19 09:36:03 +01:00
668bcc7d5b
Add sitemap 2022-08-02 22:20:36 +01:00
cdb037a9c8
Remove django admin 2022-08-02 21:33:48 +01:00
b92f2f4043
Add a Wagtail search page
It doesn't do any searching, yet
2022-07-26 08:53:49 +01:00
1326214c8f
Rename namespace for static pygments URL 2022-07-16 01:13:48 +01:00
310de1acf8
Add RQ 2022-07-13 08:21:06 +01:00
a1d72c122a
Add code block 2022-06-27 23:29:55 +01:00
8aea60da35
Add dynamic images to home and content pages 2022-06-15 09:27:20 +01:00
d5d0b293f7
Add debug toolbar 2022-06-14 22:29:08 +01:00
c9f5b6fb3a
Add livereloading of browser 2022-06-13 22:43:54 +01:00
e2d5101a56
Add linting 2022-06-12 15:24:17 +01:00
e96bb4c903
Remove unnecessary static path
This is handled by whitenoise
2022-06-10 15:39:50 +01:00
5f814b2a5a
Init wagtail project 2022-06-09 08:36:29 +01:00