Commit Graph

27 Commits

Author SHA1 Message Date
Oliver Booth 6ec4103a3a
refactor: separate Markdig extensions from project
Also introduces .Common project to house common references and types
2024-05-05 02:18:20 +01:00
Oliver Booth a7426b008b
feat: show legacy disqus comments beneath gisqus
No Disqus connection here. I just saved them to DB
2024-05-01 16:47:31 +01:00
Oliver Booth 98c923b07b
style: hide empty section for articles with no other parts 2024-04-27 17:00:20 +01:00
Oliver Booth 985acf7bc3
feat: pave the way for adding comments to tutorials 2024-04-27 15:59:05 +01:00
Oliver Booth 879ff6a295
feat: add support for excerpts on blog posts / tutorial articles 2024-04-27 15:41:19 +01:00
Oliver Booth 14cac1e38d
feat: add support for multi-lingual code snippets 2024-04-27 00:25:32 +01:00
Oliver Booth 817019ad16
fix: use EnumToStringConverter for Visibility fields 2024-02-23 17:57:08 +00:00
Oliver Booth bd1e9dac1f
refactor: add MaxLength to folder fields 2024-02-23 17:51:22 +00:00
Oliver Booth 9074cf5210
feat: add visibility to tutorial folders and articles 2024-02-23 17:50:40 +00:00
Oliver Booth 8629f8f963
Merge branch 'main' into feature/tutorials 2024-02-23 15:47:21 +00:00
Oliver Booth 0aa9754714
refactor: remove unused imports 2024-02-23 15:46:32 +00:00
Oliver Booth 9e0410f100
feat: add tutorials page 2024-02-20 20:36:23 +00:00
Oliver Booth 486b53d9d7
feat: separate completed/retired projects
also changes the colours for Hiatus from red to orange, red now signifying Retired
2023-12-26 20:35:21 +00:00
Oliver Booth cbfdefae71
style: redesign projects page
This change separates the project logo and details into separate pages and makes the list more visually striking.
2023-12-24 12:20:03 +00:00
Oliver Booth 1f6825c9df
feat: add contact blacklist 2023-12-22 14:26:18 +00:00
Oliver Booth 95b3ac9695
feat: add barcodes below ISBN 2023-12-14 22:09:17 +00:00
Oliver Booth 5cb61d275d
feat: adding reading list 2023-12-14 16:03:24 +00:00
Oliver Booth 6b1a75bfcc
feat: load projects from db 2023-09-24 14:37:38 +01:00
Oliver Booth f18ae5eba4
refactor(web): make dbcontext internal 2023-08-16 14:09:43 +01:00
Oliver Booth 7ee9d3637c
feat: add support for template variants 2023-08-15 17:04:43 +01:00
Oliver Booth 369436ccce
refactor: use global templates 2023-08-13 18:02:19 +01:00
Oliver Booth 0a9c2e82d5
refactor: combine sites into one
CORS was "cors"ing some issues (heh).

But also it is easier to maintain this way. Development was made much more difficult when I separated it. Combining it all also improves SEO
2023-08-13 17:34:38 +01:00
Oliver Booth 287af40501
feat: share template system among all projects 2023-08-13 13:27:44 +01:00
Oliver Booth 143131b413
style: remove BOM 2023-08-11 15:51:20 +01:00
Oliver Booth 07071dc7a5
refactor: remove unused ns import 2023-08-09 21:09:14 +01:00
Oliver Booth 8a1cd689ea
feat: add rss output at route /blog/feed 2023-08-09 21:08:57 +01:00
Oliver Booth 6af41cba5a
feat: add support for MediaWiki-style templates 2023-08-08 21:03:41 +01:00