Commit Graph

75 Commits

Author SHA1 Message Date
Oliver Booth aa69713e49
feat: add handlebars 4.7.8 2023-08-10 14:08:35 +01:00
Oliver Booth cb331ff54f
refactor: use - not _ for id word splitter 2023-08-10 14:08:22 +01:00
Oliver Booth 2036970fa2
fix: remove redundant article tag 2023-08-10 04:56:28 +01:00
Oliver Booth 95dd7e51e5
perf: add dynamic fetch of blog posts to speed up page load 2023-08-10 04:56:12 +01:00
Oliver Booth d11e3f616b
chore: move tsconfig to project root, add ES2020/DOM libs 2023-08-10 04:48:02 +01:00
Oliver Booth e64d8b47b8
feat: add support for Discord-style timestamps 2023-08-10 01:49:09 +01:00
Oliver Booth fa51e0a189
chore: use es2020 2023-08-10 00:29:31 +01:00
Oliver Booth 434c61d7fa
fix: remove non-existent css link 2023-08-10 00:29:24 +01:00
Oliver Booth 738bf1f3ba
feat: use emoji support 2023-08-09 23:19:39 +01:00
Oliver Booth 5c55318577
feat: use smarty pants extension 2023-08-09 23:19:29 +01:00
Oliver Booth 0b9841a724
refactor: simplify md pipeline 2023-08-09 23:19:19 +01:00
Oliver Booth 190e247067
feat: add /raw route to blog posts for markdown output 2023-08-09 23:17:16 +01:00
Oliver Booth a138c38009
feat: add mastodon to footer 2023-08-09 22:13:09 +01:00
Oliver Booth 26b022f7ba
refactor: set OpeningChars for parser 2023-08-09 21:09:50 +01:00
Oliver Booth 2e17daea52
docs: add xmldoc to TemplateExtension 2023-08-09 21:09:32 +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 6743918f44
fix: slice from initial index 2023-08-08 22:25:23 +01:00
Oliver Booth 030e5fdd3d
perf: inline redundant var 2023-08-08 22:25:06 +01:00
Oliver Booth a6afe46891
fix: skip value read for key without = 2023-08-08 22:20:58 +01:00
Oliver Booth 6d8a1ac5b9
fix: consume token for template param value 2023-08-08 22:19:57 +01:00
Oliver Booth dbbc18b8a6
perf: optimize and cleanup template parser 2023-08-08 22:18:42 +01:00
Oliver Booth 68bff36fa6
style: remove double blank line 2023-08-08 21:04:27 +01:00
Oliver Booth aee4052954
docs: add xmldoc to BlogContext members 2023-08-08 21:04:13 +01:00
Oliver Booth 6af41cba5a
feat: add support for MediaWiki-style templates 2023-08-08 21:03:41 +01:00
Oliver Booth da5fe30c7a
feat: add font awesome 6.4.2 2023-08-08 21:01:31 +01:00
Oliver Booth 0fa43704ea
style: add alt to author image, reorder anchor attrs 2023-08-08 21:01:13 +01:00
Oliver Booth 77288a0ab5
feat: add operator== for BlogPost 2023-08-08 12:47:34 +01:00
Oliver Booth 4d10fd4ea1
docs: add xmldoc to members 2023-08-08 12:47:21 +01:00
Oliver Booth 50a25dad6f
chore: suppress NonReadonlyMemberInGetHashCode 2023-08-08 12:47:05 +01:00
Oliver Booth 2ef1e47ece
style: order members alphabetically 2023-08-08 12:46:52 +01:00
Oliver Booth aaafcaf760
perf: handle content processing in BlogService 2023-08-08 12:46:24 +01:00
Oliver Booth 983e636635
perf: structure query get a bit better 2023-08-08 12:41:12 +01:00
Oliver Booth 56a8ba7368
fix: add missing lookup 2023-08-08 12:40:51 +01:00
Oliver Booth 9de1a84446
refactor: determine disqus param in model; reduce duplication 2023-08-08 12:40:18 +01:00
Oliver Booth 95a5a9e93b
refactor: readonly IDbContextFactory 2023-08-08 12:25:28 +01:00
Oliver Booth 96ec83e525
feat: add new permalink to all posts 2023-08-08 12:07:30 +01:00
Oliver Booth 299e315ddd
style: reword contact page 2023-08-08 11:35:48 +01:00
Oliver Booth f14239bcfb
style: add bs alert for legal disclaimer 2023-08-08 11:35:36 +01:00
Oliver Booth 7f4ef10960
refactor: delegate id lookup to BlogService 2023-08-08 11:35:22 +01:00
Oliver Booth 6b18b36b96
refactor: get author using BlogService 2023-08-08 11:34:41 +01:00
Oliver Booth a8158611b8
chore: target es6 2023-08-08 02:07:08 +01:00
Oliver Booth 7abc44a58c
feat: use aspnetcore route helper instead of hardcoding url 2023-08-08 02:06:58 +01:00
Oliver Booth 6d40452fb3
feat: display Update timestamp if post has been updated 2023-08-08 02:06:38 +01:00
Oliver Booth 84814da85b
feat: describe project sections 2023-08-08 02:06:20 +01:00
Oliver Booth 69a6f4a3af
refactor: delegate post lookup to BlogService 2023-08-08 02:06:11 +01:00
Oliver Booth 4a94a404b3
fix: fix legacy 301 route 2023-08-08 01:56:13 +01:00
Oliver Booth b584bb84a2
style: guard clause article page 2023-08-08 01:34:27 +01:00
Oliver Booth 83e5757429
feat: delegate blog listing to BlogService 2023-08-08 01:31:05 +01:00
Oliver Booth 8768a90d48
fix: force disqus to use dark theme 2023-08-08 01:21:15 +01:00