Commit Graph

113 Commits

Author SHA1 Message Date
fb8848270f
refactor: remove unused ns imports 2023-08-11 14:29:26 +01:00
2844904723
fix: add missing _ViewStart to inherit shared layout 2023-08-11 14:27:38 +01:00
19a398d694
refactor: remove unused Post property 2023-08-11 14:27:13 +01:00
eb2edcb3f6
fix: amend 0ecef1a547
Forgot these two
2023-08-11 14:26:38 +01:00
2d4d6d3823
refactor: amend c2deccafae
Define new Area for blog
2023-08-11 14:26:21 +01:00
0ecef1a547
refactor: match db change from INT to UUID for pkeys 2023-08-11 14:09:13 +01:00
c2deccafae
refactor: move blog to new asp area 2023-08-11 14:08:14 +01:00
3c6a2209c2
style: remove self-closing tag 2023-08-11 13:52:43 +01:00
31794a1238
feat: add rss icon to layout footer 2023-08-11 13:24:57 +01:00
69e1279a8b
refactor: remove redundant asp-area attr 2023-08-11 13:23:03 +01:00
bb0483d4ae
refactor: rename index link 2023-08-11 02:27:17 +01:00
682b7c2a87
style: use meaningful placeholders 2023-08-11 02:27:07 +01:00
69963a5b81
style: swap roles of strong/underline 2023-08-11 02:26:56 +01:00
ca31a63bb7
feat: use ViewData title in layout 2023-08-11 02:08:18 +01:00
cbb7d07844
fix: add missing ViewData title assignment 2023-08-11 02:08:03 +01:00
1c73ada81c
style: use breadcrumbs for child contact pages 2023-08-11 02:07:39 +01:00
7219c948e6
refactor: remove weird namespace declspec 2023-08-11 02:07:13 +01:00
95b7ed0ae7
feat: create partial for spinner, register as handlebars template 2023-08-11 02:06:52 +01:00
06fab21cd5
feat: link to blog from index 2023-08-11 02:05:27 +01:00
3e3f074e63
style: use dynamic bmc button 2023-08-11 02:05:18 +01:00
f048c619f3
style: reword donate page 2023-08-11 02:05:08 +01:00
b2a7bf3536
feat: read ssl pem/key path from env 2023-08-10 23:33:15 +01:00
3e20e41565
refactor: use HttpGet for api routes 2023-08-10 22:57:24 +01:00
d3958fc22c
feat: validate referer on all routes 2023-08-10 22:56:49 +01:00
159e1ad65d
refactor: return Ok(...) instead of building a JsonResult 2023-08-10 22:55:52 +01:00
9d46d6495e
fix: 0-pad Published properties 2023-08-10 22:53:15 +01:00
d6c24d80c1
fix: remove stdout diagnostic print 2023-08-10 22:52:43 +01:00
74e7187cba
chore: remove redundant NLog ref
this is implicitly ref'd by NLog.Extensions.Logging
2023-08-10 22:50:43 +01:00
8dd4468c1a
feat: gracefully shutdown logmanager on exit 2023-08-10 22:49:44 +01:00
dcbc402bfb
refactor: remove redundant ns import 2023-08-10 22:49:15 +01:00
5bb6463a4b
fix: use manual Prism highlighting 2023-08-10 16:16:29 +01:00
4244f9f014
fix: add disqus comment counter after posts have loaded 2023-08-10 16:14:48 +01:00
506347ce9c
feat: add pre-formatted date "dddd, d MMMM yyyy HH:mm" 2023-08-10 15:32:34 +01:00
f3ad04ff1f
feat: add disqus comment count injection to asp page 2023-08-10 15:15:36 +01:00
221a6f0007
fix: add missing method from BlogService 2023-08-10 14:37:52 +01:00
87c54fa5a4
fix: add missing ns import
amends 0b9841a724
2023-08-10 14:37:25 +01:00
217c1d660e
feat: use Handlebars to render template excerpt card 2023-08-10 14:36:51 +01:00
3868fcbaa8
feat: add pre-humanized timestamp to api schema 2023-08-10 14:34:52 +01:00
aa69713e49
feat: add handlebars 4.7.8 2023-08-10 14:08:35 +01:00
cb331ff54f
refactor: use - not _ for id word splitter 2023-08-10 14:08:22 +01:00
2036970fa2
fix: remove redundant article tag 2023-08-10 04:56:28 +01:00
95dd7e51e5
perf: add dynamic fetch of blog posts to speed up page load 2023-08-10 04:56:12 +01:00
d11e3f616b
chore: move tsconfig to project root, add ES2020/DOM libs 2023-08-10 04:48:02 +01:00
e64d8b47b8
feat: add support for Discord-style timestamps 2023-08-10 01:49:09 +01:00
fa51e0a189
chore: use es2020 2023-08-10 00:29:31 +01:00
434c61d7fa
fix: remove non-existent css link 2023-08-10 00:29:24 +01:00
738bf1f3ba
feat: use emoji support 2023-08-09 23:19:39 +01:00
5c55318577
feat: use smarty pants extension 2023-08-09 23:19:29 +01:00
0b9841a724
refactor: simplify md pipeline 2023-08-09 23:19:19 +01:00
190e247067
feat: add /raw route to blog posts for markdown output 2023-08-09 23:17:16 +01:00