Commit Graph

23 Commits

Author SHA1 Message Date
Oliver Booth 6d572c7b6b
perf!: pre-render post content 2023-09-28 10:58:59 +01:00
Oliver Booth 1200318326
feat: add password protection to blog posts (WEB-3) 2023-09-26 12:46:18 +01:00
Oliver Booth a9c4b3a144
feat: display post tags 2023-09-23 22:08:25 +01:00
Oliver Booth 39b455caf0
refactor: call toString on numeric timestamp 2023-09-20 14:49:54 +01:00
Oliver Booth 9885bfaed9
feat: display private/unlisted alert for article 2023-09-20 14:49:02 +01:00
Oliver Booth d114870f87
feat: add links to next and prev articles 2023-09-19 19:29:21 +01:00
Oliver Booth 9e2fa951f1
refactor: use PascalCase for asp-page routes 2023-08-16 14:08:33 +01:00
Oliver Booth d9c6034aa0
fix(blog): link to relative index not root index 2023-08-15 17:04:58 +01:00
Oliver Booth 1cdad4c17c
fix(blog): set post in ViewData for article 2023-08-14 00:58:58 +01:00
Oliver Booth 193b2486a1
refactor(blog): use /blog prefix for article endpoints 2023-08-13 18:12:13 +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 c2deccafae
refactor: move blog to new asp area 2023-08-11 14:08:14 +01:00
Oliver Booth cbb7d07844
fix: add missing ViewData title assignment 2023-08-11 02:08:03 +01:00
Oliver Booth 506347ce9c
feat: add pre-formatted date "dddd, d MMMM yyyy HH:mm" 2023-08-10 15:32:34 +01:00
Oliver Booth 0fa43704ea
style: add alt to author image, reorder anchor attrs 2023-08-08 21:01:13 +01:00
Oliver Booth aaafcaf760
perf: handle content processing in BlogService 2023-08-08 12:46:24 +01:00
Oliver Booth 9de1a84446
refactor: determine disqus param in model; reduce duplication 2023-08-08 12:40:18 +01:00
Oliver Booth 6d40452fb3
feat: display Update timestamp if post has been updated 2023-08-08 02:06:38 +01:00
Oliver Booth b584bb84a2
style: guard clause article page 2023-08-08 01:34:27 +01:00
Oliver Booth b9e7e938ba
refactor: remove references to hljs 2023-08-08 01:17:23 +01:00
Oliver Booth 12309c0bf1
style: improve layout of blog/article 2023-08-08 00:29:39 +01:00
Oliver Booth e5f01f66a9
refactor: add day to article route 2023-08-08 00:21:22 +01:00
Oliver Booth bd999f0ed8
feat: add preliminary /blog routes
This change also introduces toml file config
2023-08-06 15:57:44 +01:00