Commit Graph

44 Commits

Author SHA1 Message Date
36211e88f2
Support linking out to external posts 2024-05-29 23:30:17 +01:00
8d724277b0
Add random button to listing pages 2024-05-09 19:42:33 +01:00
7cbdda9397
Fix listing item images 2024-04-18 17:53:47 +01:00
bd4c1a193a
Add page type for talks
Content coming soon, probably
2024-03-01 17:09:56 +00:00
a19964199f
Put similar content above comments 2024-02-10 15:06:01 +00:00
c36f24b212
Use heading for simple list items 2024-01-05 16:24:25 +00:00
c8885d19d3
Use correct heading tag for date subtitles 2024-01-05 16:17:12 +00:00
518461a88f
Use wagtail's new built-in cache tags
They're good, because I wrote them
2024-01-05 15:44:45 +00:00
7a4aaca82c
Add posts count to tag list 2023-12-25 23:28:44 +00:00
520614a3c5
Move "view all" link above similar content
Easier to see
2023-10-16 21:35:58 +01:00
cbd1eb027b
Add "View all" button for similar content 2023-06-21 12:53:37 +01:00
e0f3ab3311
Hide similar content in preview 2023-06-03 15:27:17 +01:00
6ab0ff3fa7
Add similar content based on text Trigram similarity 2023-06-02 15:33:15 +01:00
a031adefda
Add tag list button to post list hero 2022-10-29 13:22:21 +01:00
9cfa369d56
Replace tags menu item with dashboard item 2022-10-23 20:30:17 +01:00
c8f01870d4
Use simpler listing on tag list page 2022-10-21 17:20:58 +01:00
549a48769d
Swap curlylint and djhtml with djlint 2022-10-05 14:17:00 +01:00
ac30206e97
Fix pagination controls showing up 2022-09-25 21:06:43 +01:00
e4476e1b2a
Ensure heading ids are always valid ids 2022-09-23 15:36:23 +01:00
6c481672c4
Improve margin around blog post date headers 2022-09-21 14:18:35 +01:00
997da9779c
Link to admin posts list, not the posts page itself 2022-09-19 21:40:40 +01:00
77e34cbf02
Show number of blog posts on admin dashboard 2022-09-15 08:54:23 +01:00
8b027206b1
Add comments and sharing to all content pages
Listing pages already have this block overwritten for pagination
controls
2022-09-08 14:37:18 +01:00
6d60cedc6f
Add comments 2022-09-02 08:27:42 +01:00
d83e3e0afe
Ensure all listing pages have pagination controls and feed links 2022-08-27 12:32:16 +01:00
e19a2456e7
Move listing functionality to generic base page 2022-08-27 12:21:13 +01:00
655d3a484e
Fix indenting of time titles 2022-08-27 11:09:41 +01:00
0fbd36ce3e
Add pagination to blog post list 2022-08-26 23:13:06 +01:00
3e6547881e
Rename blog post models
A "blog" isn't a blog "post"
2022-08-20 14:20:12 +01:00
2dd660ed13
Add meta tags 2022-08-19 16:56:20 +01:00
f554c9fb48
Add custom buttons to hero 2022-08-17 13:40:07 +01:00
0fa1d1c8be
Add references to RSS feeds to HTML 2022-08-17 08:45:15 +01:00
5394ebf984
Remove endblock name
It was wrong before, but removing it makes life a lot easier
2022-08-16 23:23:53 +01:00
4869b47d53
Restructure base templates to pull hero into base and remove duplication 2022-08-05 09:25:30 +01:00
e096dd8cf5
Install curlylint 2022-08-03 20:34:18 +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
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
ae4e24481e
Add date group headers to blog list page 2022-07-10 18:42:16 +01:00
b6c87d9583
Only load content styles on content pages 2022-06-28 22:19:28 +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
7b5d597d34
Create blog pages 2022-06-19 19:24:29 +01:00