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