Commit Graph

200 Commits

Author SHA1 Message Date
Oliver Booth 28f310e315
feat: render TeX from UI class 2023-08-10 15:28:53 +01:00
Oliver Booth f3ad04ff1f
feat: add disqus comment count injection to asp page 2023-08-10 15:15:36 +01:00
Oliver Booth 42af5ebcdd
refactor: delegate refresh to UI class 2023-08-10 15:15:06 +01:00
Oliver Booth 522caa6add
refactor: remove now-redundant @ts-ignore 2023-08-10 15:13:20 +01:00
Oliver Booth 350247806d
chore: target ES2023 2023-08-10 15:12:18 +01:00
Oliver Booth cdc6b1df84
chore: add tsconfig to sln 2023-08-10 15:12:07 +01:00
Oliver Booth 221a6f0007
fix: add missing method from BlogService 2023-08-10 14:37:52 +01:00
Oliver Booth 87c54fa5a4
fix: add missing ns import
amends 0b9841a724
2023-08-10 14:37:25 +01:00
Oliver Booth 217c1d660e
feat: use Handlebars to render template excerpt card 2023-08-10 14:36:51 +01:00
Oliver Booth 3868fcbaa8
feat: add pre-humanized timestamp to api schema 2023-08-10 14:34:52 +01:00
Oliver Booth 1de869c6f0
chore: add UI.ts to sln 2023-08-10 14:34:28 +01:00
Oliver Booth fa17f63b82
chore: build ts / bundle js in series 2023-08-10 14:34:01 +01:00
Oliver Booth fb6eabf55f
chore: ignore tmp/ 2023-08-10 14:33:40 +01:00
Oliver Booth 9ef9e6ca2c
fix: amend cb331ff54f 2023-08-10 14:32:56 +01:00
Oliver Booth 085bdafda2
feat: move some UI stuff to UI class 2023-08-10 14:19:11 +01:00
Oliver Booth f989b4c02f
refactor: use readonly fields in Author 2023-08-10 14:18:29 +01:00
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 20656e74e8
refactor: remove redundant function 2023-08-10 04:57:17 +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 7279c448da
fix: don't display line numbers for one-line blocks 2023-08-10 00:29:51 +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 4e032c3aa5
refactor: render katex in delegate. window.onload is redundant 2023-08-09 23:20:35 +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 e3b40a94c0
style: add abbr styling 2023-08-09 23:16:52 +01:00
Oliver Booth 290d261771
style: use lighter background to reduce ghost images in eyesight 2023-08-09 23:16:34 +01:00
Oliver Booth 42d1115df4
style: nest article blockquote 2023-08-09 23:14:54 +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 2d64bccc50
feat: enable bs tooltips for all elements with title attr 2023-08-08 21:05:09 +01:00
Oliver Booth 0120ac6dee
style: remove padding from :last-child of alert 2023-08-08 21:04:50 +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