Commit graph

58 commits

Author SHA1 Message Date
Gabriel Augendre a064a8f695 Bump dependencies, upgrade python fix warnings and apply pre-commit 2021-12-19 20:40:51 +01:00
Gabriel Augendre 98a4ebf2e3 Revert "Remove code line numbers in RSS"
This reverts commit fc7b14192c.
2021-04-15 18:25:53 +02:00
Gabriel Augendre fc7b14192c Remove code line numbers in RSS 2021-04-10 15:41:50 +02:00
Gabriel Augendre b5f3331386 Prefetch articles when loading related articles 2021-03-20 11:33:55 +01:00
Gabriel Augendre 4443350b3a Display only published articles in related 2021-03-20 11:17:11 +01:00
Gabriel Augendre aab5cedb66 Fix tags should not be mandatory 2021-03-06 14:50:31 +01:00
Gabriel Augendre d68f37fd33 Add default draft warning to new articles 2021-03-06 14:50:21 +01:00
Gabriel Augendre 10edbe2d14 Make tag feeds more discoverable 2021-03-04 19:33:43 +01:00
Gabriel Augendre cf1b2af325 Add feed for tags 2021-03-04 18:48:48 +01:00
Gabriel Augendre 4ddf916364 Add tags on articles and list view 2021-03-04 18:24:22 +01:00
Gabriel Augendre 26cc694008 Replace keywords by a Tag model 2021-03-03 17:31:04 +01:00
Gabriel Augendre 0fc99c2a0c
Switch to offline compressed assets 2021-01-05 17:59:58 +01:00
Gabriel Augendre 159585e6cd
Switch to django-compressor 2021-01-04 18:15:53 +01:00
Gabriel Augendre d59565fa82
Refactor articles model 2021-01-03 21:51:46 +01:00
Gabriel Augendre 4b224f0a1f
Minify custom css before rendering 2021-01-03 21:46:41 +01:00
Gabriel Augendre 2621796a6f
Fix suggested articles when no keyword 2021-01-03 21:13:21 +01:00
Gabriel Augendre 843e3bfb0a
Add a related articles section at the bottom of articles 2020-12-31 13:51:13 +01:00
Gabriel Augendre 158c9622fd
Render admonitions with some style 2020-12-31 08:46:23 +01:00
Gabriel Augendre 4e89c1798d
Add live preview in admin 2020-12-29 13:16:54 +01:00
Gabriel Augendre 766255f5ae
Fix read time when content is empty 2020-12-28 10:13:35 +01:00
Gabriel Augendre c141589b74
Add read time 2020-12-28 08:04:28 +01:00
Gabriel Augendre d1eced4f1f
Allow sharing drafts publicly with a draft key 2020-12-27 20:00:41 +01:00
Gabriel Augendre 83822dc930
Stop guessing language, to allow for plaintext code blocks 2020-12-27 16:41:18 +01:00
Gabriel Augendre a013831ffd
Add articles custom css 2020-12-25 11:53:49 +01:00
Gabriel Augendre e23b988c55
Switch to new.css and cleanup markup & models 2020-12-24 18:06:35 +01:00
Gabriel Augendre c6b6002ee8
Remove unused code 2020-12-06 17:15:44 +01:00
Gabriel Augendre 5384af6846
Add some models tests 2020-12-03 22:04:45 +01:00
Gabriel Augendre 9987bc57e3
Add SEO description & upgrade packages 2020-11-29 08:32:46 +01:00
Gabriel Augendre a3bd932a2d
Use an absolute url for open graph image 2020-11-28 20:26:37 +01:00
Gabriel Augendre bd76050940
Add keywords & meta tags 2020-11-28 20:09:37 +01:00
Gabriel Augendre 48f9a2e468
Remove unused method 2020-11-11 12:07:06 +01:00
Gabriel Augendre 78603c5afc
Remove comments 2020-11-10 16:26:27 +01:00
Gabriel Augendre 458126f828
Fix comments ordering 2020-09-03 22:00:38 +02:00
Gabriel Augendre cb0fa2da94
Definitively fix article field in comment admin form 2020-09-03 22:00:28 +02:00
Gabriel Augendre b180def20c
Allow disabling comments on article/page 2020-09-03 21:29:58 +02:00
Gabriel Augendre e247f15797
Fix pages not displayed in comment admin form 2020-09-03 21:29:56 +02:00
Gabriel Augendre 67105db5a9
Lazy load images 2020-08-25 23:12:10 +02:00
Gabriel Augendre 76fcefccf1 Allow longer slugs 2020-08-21 12:33:03 +02:00
Gabriel Augendre f6d6d7b850 Add task to notify commenters once their comment has been moderated. 2020-08-20 16:22:15 +02:00
Gabriel Augendre fbfceecc93 Add str to comment 2020-08-20 10:22:18 +02:00
Gabriel Augendre 9a610a482b Use a status field for comments 2020-08-18 21:40:54 +02:00
Gabriel Augendre 2bb8855da9 Update help text 2020-08-18 19:53:02 +02:00
Gabriel Augendre 0a7a956ae0 Add links to comments admin 2020-08-18 19:51:54 +02:00
Gabriel Augendre 63a41918b5 Style comments 2020-08-18 19:12:47 +02:00
Gabriel Augendre 698a5ca30f Add basis for a comment system 2020-08-18 18:49:41 +02:00
Gabriel Augendre 214a3b14fa Improve codeblocks style 2020-08-18 10:30:58 +02:00
Gabriel Augendre 8748a968b3 Add code highlighting with auto dark mode switch 2020-08-18 09:37:13 +02:00
Gabriel Augendre a3f64c573a Reduce test setup 2020-08-18 08:24:40 +02:00
Gabriel Augendre b893e8b64e Add default author for articles 2020-08-17 17:49:19 +02:00
Gabriel Augendre 731a443209 Add support for pinned pages 2020-08-17 09:57:24 +02:00