Commit Graph

9 Commits

Author SHA1 Message Date
Oliver Booth a84f537dc1
refactor(blog): swap to using new API host for client-side fetch 2023-08-13 15:24:24 +01:00
Oliver Booth 7495da56cb
fix(blog): add missing TemplateService impl 2023-08-13 13:30:55 +01:00
Oliver Booth 287af40501
feat: share template system among all projects 2023-08-13 13:27:44 +01:00
Oliver Booth 58799594ae
refactor: switch to serilog 2023-08-12 21:06:48 +01:00
Oliver Booth 43c3670a40
fix: no wait, it should be 2846
Seriously oliver, config file.
2023-08-12 20:37:54 +01:00
Oliver Booth 904ea689a6
fix: add missing _View* files 2023-08-12 20:34:35 +01:00
Oliver Booth 5ecd915d72
fix: use the correct port. this should really be in a config file 2023-08-12 20:34:00 +01:00
Oliver Booth 86bbf803b5
feat: share wwwroot assets 2023-08-12 20:30:10 +01:00
Oliver Booth e8bc50bbdf
refactor: move blog to separate app
I'd ideally like to keep the blog. subdomain the same, and while there are a few ways to achieve this it is much simpler to just dedicate a separate application for the subdomain.

This change also adjusts the webhost builder extensions to default to ports 443/80, and each app now explicitly sets the port it needs.
2023-08-12 20:13:47 +01:00