Commit Graph

79 Commits

Author SHA1 Message Date
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 e0037fbff2
refactor: use bootstrap's collapse functionality
they do it better than me I guess
2024-05-04 13:34:04 +01:00
Oliver Booth 7ede8b13fa
feat: add support for collapsible callouts 2024-05-04 13:11:49 +01:00
Oliver Booth 01031057e0
feat: add support for Obsidian-style callouts 2024-05-03 23:31:47 +01:00
Oliver Booth cd304aa09b
style: hide line numbers, fix codeblock bg color 2024-04-30 22:58:35 +01:00
Oliver Booth 55b9f79e46
style: remove comment counter from post cards 2024-04-27 16:27:08 +01:00
Oliver Booth b119861eee
fix: prevent anchor link from being a link 2024-04-27 00:31:11 +01:00
Oliver Booth 14cac1e38d
feat: add support for multi-lingual code snippets 2024-04-27 00:25:32 +01:00
Oliver Booth 0b1066c273
Merge branch 'feature/tutorials'
.NET / Build & Test (push) Failing after 1m13s Details
2024-04-26 17:24:08 +01:00
Oliver Booth 238f519e0c
feat: add hack to remove line numbers in codeblocks 2024-04-26 17:22:35 +01:00
Oliver Booth 9dc12ba3b3
refactor: remove usa countdown timer
.NET / Build & Test (push) Failing after 1m20s Details
2024-03-16 12:34:35 +00:00
Oliver Booth 5fae03b483
fix: null check headshot
.NET / Build & Test (push) Successful in 1m29s Details
2024-03-02 05:32:34 +00:00
Oliver Booth 02db44bf2f
style: add cool spinning headshot for no other reason than I can 2024-02-28 19:07:42 +00:00
Oliver Booth 21be5e9622
refactor: hide countdown after deadline 2024-02-23 05:05:24 +00:00
Oliver Booth c7cd016baf
style: improve appearance of the american countdown 2024-02-21 18:27:45 +00:00
Oliver Booth 2b1f0d979d
feat: link to The American blog post 2024-02-19 23:01:50 +00:00
Oliver Booth e5b9b81e57
feat: add The American countdown 2024-02-19 22:44:28 +00:00
Oliver Booth 3186ce9b50
fix: use correct formatted date on blog card attr 2023-10-12 16:58:10 +01:00
Oliver Booth 6d572c7b6b
perf!: pre-render post content 2023-09-28 10:58:59 +01:00
Oliver Booth 942b48000d
fix: scroll to location.hash after load (fixes WEB-4) 2023-09-27 13:12:17 +01:00
Oliver Booth b04e63a8a3
fix: fix URI encoding for tag filter (WEB-1) 2023-09-24 18:39:21 +01:00
Oliver Booth a0fd48e6ca
fix: encode tag for URI (WEB-1)
The tag 'c#' was causing problems since # is a special URI char oops.
2023-09-24 17:15:40 +01:00
Oliver Booth f48713c470
feat: add tag filtering (resolves WEB-1) 2023-09-24 17:03:06 +01:00
Oliver Booth 6b1a75bfcc
feat: load projects from db 2023-09-24 14:37:38 +01:00
Oliver Booth a9c4b3a144
feat: display post tags 2023-09-23 22:08:25 +01:00
Oliver Booth 9295c4a848
refactor: remove ctrl+u capture 2023-08-16 15:23:30 +01:00
Oliver Booth e5fd4b106e
fix: match any case hex char 2023-08-16 15:17:05 +01:00
Oliver Booth 1e1f67b9b4
fix: allow styled mark tags 2023-08-16 13:56:13 +01:00
Oliver Booth b9e2597bc0
feat(prism): define hex/binary langs for better highlighting 2023-08-14 00:58:32 +01:00
Oliver Booth 193b2486a1
refactor(blog): use /blog prefix for article endpoints 2023-08-13 18:12:13 +01:00
Oliver Booth 67d89c1831
fix(blog): fix reading of url due to schema change 2023-08-13 17:35: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 a84f537dc1
refactor(blog): swap to using new API host for client-side fetch 2023-08-13 15:24:24 +01:00
Oliver Booth 944fc5ced3
perf: +=5 in loop step because clearly I was stupid 2023-08-11 17:15:39 +01:00
Oliver Booth 597d7c8b4c
perf: cache author for faster lookup 2023-08-11 17:15:21 +01:00
Oliver Booth 37a35d5aab
feat: add author id to class 2023-08-11 16:34:10 +01:00
Oliver Booth e060ab4dea
fix: use string for entity uuid 2023-08-11 16:31:51 +01:00
Oliver Booth 1fe65aed3b
feat: add support for future spoiler tags 2023-08-11 16:30:42 +01:00
Oliver Booth 143131b413
style: remove BOM 2023-08-11 15:51:20 +01:00
Oliver Booth bea35a2015
style: improve feel of spinner removal 2023-08-11 02:08:48 +01:00
Oliver Booth e3702878cd
fix: register pre-existing bs tooltips 2023-08-10 23:31:34 +01:00
Oliver Booth 4cc9efce42
fix: escape <mark> first 2023-08-10 23:28:37 +01:00
Oliver Booth d1eeea3c85
refactor: ignore <mark> tag from highlighting 2023-08-10 23:28:23 +01:00
Oliver Booth cf615e1e81
fix: fix already-formatted <mark>
no really, I hate this.
2023-08-10 22:48:32 +01:00
Oliver Booth 086a8a665c
feat: capture ctrl+u for git repo redirect 2023-08-10 22:48:08 +01:00
Oliver Booth cf2a5c2ffb
feat: add kb shortcut detection 2023-08-10 22:47:28 +01:00
Oliver Booth e939174040
refactor: delegate timestamp render to UI class 2023-08-10 16:21:35 +01:00
Oliver Booth b4c991e44f
docs: add @param to UI methods 2023-08-10 16:18:52 +01:00
Oliver Booth ab5277bacb
refactor: delegate card creation to UI class 2023-08-10 16:18:24 +01:00
Oliver Booth 5bb6463a4b
fix: use manual Prism highlighting 2023-08-10 16:16:29 +01:00