Commit Graph

121 Commits

Author SHA1 Message Date
f949bded9b
Merge branch 'main' into feature/admin
Some checks failed
.NET / Build & Test (push) Failing after 1m39s
2024-02-29 22:38:06 +00:00
798b91179e
feat: add april fools styling 2024-02-29 18:59:30 +00:00
148e7eb218
refactor!: prototyping EditorJS 2024-02-29 18:05:00 +00:00
c0efc90c31
Merge branch 'main' into feature/admin 2024-02-29 14:17:03 +00:00
02db44bf2f
style: add cool spinning headshot for no other reason than I can 2024-02-28 19:07:42 +00:00
9c3bf6e5a2
style: only limit hovering hinting to specific class 2024-02-28 18:20:09 +00:00
5ab6745a24
fix: update preview post-save 2024-02-28 16:43:07 +00:00
e800504651
fix: fix error with saving (null DOM element) 2024-02-28 16:34:13 +00:00
28c7f7ce78
refactor!: restructure the markdown editor
This change significantly impacts the organisation and structure of the markdown editor, starting to utilise Blazor (SignalR) to perform operations such as saving, removing the need for an API controller.

Much of the TypeScript source has been more coherently decoupled, for example UI vs business logic is now independent.
2024-02-28 16:04:56 +00:00
71b1ff32c4
feat: add support for maintaining indentation on newline 2024-02-27 16:08:55 +00:00
5b236da2e3
style: add visual feedback for table hovering 2024-02-27 14:53:32 +00:00
8925f07f31
Merge branch 'main' into feature/admin 2024-02-27 13:42:09 +00:00
e7e4491002
style: use Titillium Web for index intro 2024-02-27 13:08:36 +00:00
f1f711fa1f
style: reduce in-your-face-ness of headshot photo 2024-02-27 13:01:10 +00:00
5d7c2c3b50
style: make wysiwyg editor full-height 2024-02-27 00:27:14 +00:00
7cb6e9d463
feat: add post title edit capability 2024-02-26 17:44:22 +00:00
593036a712
feat: add syntax highlighting to post editor 2024-02-26 17:43:58 +00:00
4b2223634e
feat: add blog post editing 2024-02-26 02:50:48 +00:00
aae7f504e9
refactor(build): add separate admin source ts location 2024-02-26 00:45:00 +00:00
b6d3eb72fe
feat: add api versioning 2024-02-25 15:47:51 +00:00
0d670554e6
refactor: move admin page out of blog area 2024-02-24 15:00:36 +00:00
21be5e9622
refactor: hide countdown after deadline 2024-02-23 05:05:24 +00:00
279d824772
feat: add mastodon status card 2024-02-23 03:23:57 +00:00
c7cd016baf
style: improve appearance of the american countdown 2024-02-21 18:27:45 +00:00
f0aa1c0ae9
style: use better font for countdown 2024-02-19 23:02:06 +00:00
2b1f0d979d
feat: link to The American blog post 2024-02-19 23:01:50 +00:00
940fb2031e
style: improve contrast on topic tags 2024-02-19 23:01:32 +00:00
e5b9b81e57
feat: add The American countdown 2024-02-19 22:44:28 +00:00
de41078365
style: add zoom effect on card hover 2023-12-26 20:34:21 +00:00
4943172f64
feat: add project name to card 2023-12-26 15:35:27 +00:00
cbfdefae71
style: redesign projects page
This change separates the project logo and details into separate pages and makes the list more visually striking.
2023-12-24 12:20:03 +00:00
c2a5dd4ee6
style: add backing panel to page contents 2023-12-22 14:49:16 +00:00
25822c6577
style: use default Bootstrap font 2023-12-22 14:18:39 +00:00
5cb61d275d
feat: adding reading list 2023-12-14 16:03:24 +00:00
3186ce9b50
fix: use correct formatted date on blog card attr 2023-10-12 16:58:10 +01:00
4d1f963d3d
style: use Gabarito font 2023-10-03 22:12:29 +01:00
3c427b4430
refactor: host project heros on cdn 2023-09-29 16:02:29 +01:00
6d572c7b6b
perf!: pre-render post content 2023-09-28 10:58:59 +01:00
942b48000d
fix: scroll to location.hash after load (fixes WEB-4) 2023-09-27 13:12:17 +01:00
fd2ecf0b5c
style: add brand colours to social links 2023-09-24 19:11:27 +01:00
b04e63a8a3
fix: fix URI encoding for tag filter (WEB-1) 2023-09-24 18:39:21 +01:00
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
f48713c470
feat: add tag filtering (resolves WEB-1) 2023-09-24 17:03:06 +01:00
dd2a0c027b
style: space footer nav instead of using bullet points 2023-09-24 16:44:36 +01:00
4b3e345a1b
style: add headshot image to index 2023-09-24 16:39:58 +01:00
6b1a75bfcc
feat: load projects from db 2023-09-24 14:37:38 +01:00
dede552729
fix: add SAMP.NET hero 2023-09-24 00:05:44 +01:00
dd111cb0de
style: add hover transition for .project-card 2023-09-24 00:05:29 +01:00
a9c4b3a144
feat: display post tags 2023-09-23 22:08:25 +01:00
9295c4a848
refactor: remove ctrl+u capture 2023-08-16 15:23:30 +01:00