Commit Graph

15 Commits

Author SHA1 Message Date
Oliver Booth d32d46e221
fix: fix tag links 2024-07-15 19:38:56 +01:00
Oliver Booth 435a69b27a
perf: add pagination to blog post list
removes the need for API controller accessed via JS
2024-05-05 18:13:06 +01:00
Oliver Booth 2ec2c0befc
chore: move Markdig reference to Markdig extension project 2024-05-05 02:27:21 +01:00
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 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 f878bff8f3
refactor: use shared Markdig pipeline 2023-08-13 15:24:57 +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 ad59c3190a
fix: read BLOG_URL env var 2023-08-12 20:52:03 +01:00
Oliver Booth a55c657d91
fix: add missing refs for blog project 2023-08-12 20:32:27 +01:00
Oliver Booth 86bbf803b5
feat: share wwwroot assets 2023-08-12 20:30:10 +01:00
Oliver Booth 0b7218b11a
chore: bump AspNetCore refs to 7.0.10 2023-08-12 20:14:20 +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
Oliver Booth b3fd6e9420
chore: add toml config to common lib 2023-08-12 19:04:18 +01:00
Oliver Booth 67231c86af
refactor: delegate ssl cert read to common lib 2023-08-12 18:35:57 +01:00