Commit Graph

29 Commits

Author SHA1 Message Date
e096dd8cf5
Install curlylint 2022-08-03 20:34:18 +01:00
cf0a365277
Ensure additional content fields get indexed 2022-07-28 23:06:11 +01:00
d995b412a0
Remove django-stubs
It's just not quite there yet for a lot of things, and makes certain things a right pain!
2022-07-28 20:15:20 +01:00
f8d5cc5ba5
Add feeds to blog list pages 2022-07-25 21:58:06 +01:00
675d3f38b9
Ensure tags menu item works when the list page doesn't exist 2022-07-20 08:41:40 +01:00
6b96688adb
Add the concept of post collections
For things which are a fixed series (eg yearly repeats)
2022-07-16 15:45:57 +01:00
2ae8ec7045
Optimise getting blog posts for a tag
Because we can guarantee there's only 1 `BlogListPage`, the query becomes much simpler
2022-07-16 10:44:48 +01:00
dddecae190
Show content on listing pages 2022-07-16 10:39:20 +01:00
690095ea52
Replace tag snippets with full pages
Makes the page tree a bit more messy, but is much more versatile and means there are fewer hacks in the code to make snippets act like pages in the tree.
2022-07-16 10:29:01 +01:00
78660500a5
Add tag filtered view to blog list 2022-07-16 00:56:20 +01:00
781870321e
Add snippet links to plain and simple rich text fields 2022-07-15 10:12:15 +01:00
feba307de7
Add mermaid embed 2022-07-15 10:10:37 +01:00
72ac1bc1da
Add reusable referral links 2022-07-14 22:02:01 +01:00
b155ec2e9b
Allow unsplash images to be used as hero images 2022-07-12 22:45:50 +01:00
72dc3cc4ea
Add chooser for unsplash photos
It doesn't show images, yet
2022-07-12 15:14:27 +01:00
ae4e24481e
Add date group headers to blog list page 2022-07-10 18:42:16 +01:00
ef9128313d
Add a tangent block 2022-07-05 09:03:45 +01:00
66ccd52b15
Don't allow H1 tags to be used
These should be for the page title only
2022-07-04 09:28:09 +01:00
b6c87d9583
Only load content styles on content pages 2022-06-28 22:19:28 +01:00
c23c03ec33
Add custom image model 2022-06-28 18:54:11 +01:00
a1d72c122a
Add code block 2022-06-27 23:29:55 +01:00
38c4c695cf
Setup features for richtext 2022-06-27 19:58:08 +01:00
b7163c3076
Create basic streamfield 2022-06-26 18:37:04 +01:00
7676cf7166
Ensure containers don't extend beyond the viewport when holding columns 2022-06-26 17:18:40 +01:00
acfc7852b3
Disable reading time and ToC for blog list page 2022-06-26 17:00:44 +01:00
b4c5032448
Prefetch tags when listing 2022-06-26 12:55:08 +01:00
ce68aa7291
Add date to blog posts 2022-06-19 21:03:05 +01:00
29673c365f
Add tagging to blog post pages 2022-06-19 20:55:37 +01:00
7b5d597d34
Create blog pages 2022-06-19 19:24:29 +01:00