Commit Graph

131 Commits

Author SHA1 Message Date
Oliver Booth 15e28bd223
feat: add keystroke class 2024-05-12 13:31:36 +01:00
Oliver Booth acb6b32938
style: begin to organise app.scss monolith
colors now defined separately
2024-05-12 13:31:08 +01:00
Oliver Booth 7d21bc0b85
style: use custom post tag styling 2024-05-06 14:59:37 +01:00
Oliver Booth c9b64cc778
style: remove border from mastodon card, reduce border-radius 2024-05-06 14:54:22 +01:00
Oliver Booth f08a3d3607
feat: add real http status pages 2024-05-05 20:55:13 +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 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 ad12d6b836
style: revert 5bfe5a044d 2024-05-04 13:20:09 +01:00
Oliver Booth 5bfe5a044d
style: swap "important" and "question" callout colours 2024-05-04 13:14:23 +01:00
Oliver Booth 7ede8b13fa
feat: add support for collapsible callouts 2024-05-04 13:11:49 +01:00
Oliver Booth 29ed46eb9e
feat: add "important" callout 2024-05-04 01:10:37 +01:00
Oliver Booth b0f0658148
style: use callouts instead of alerts site-wide 2024-05-04 00:59:02 +01:00
Oliver Booth 01031057e0
feat: add support for Obsidian-style callouts 2024-05-03 23:31:47 +01:00
Oliver Booth a7426b008b
feat: show legacy disqus comments beneath gisqus
No Disqus connection here. I just saved them to DB
2024-05-01 16:47:31 +01:00
Oliver Booth 217aaf2f79
fix(style): use correct styling for link <code> elements 2024-05-01 12:55:34 +01:00
Oliver Booth b1f31f7850
fix(style): don't apply padding to full codeblock 2024-05-01 02:57:42 +01:00
Oliver Booth 818173b806
style: don't use bootstraps weird pink <code> style 2024-04-30 23:04:55 +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 90f6d34af9
style: reduce nav link size 2024-03-16 12:28:39 +00:00
Oliver Booth a7f7d7862c
style: add rounded border to main container 2024-03-16 12:28:02 +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 798b91179e
feat: add april fools styling 2024-02-29 18:59:30 +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 e7e4491002
style: use Titillium Web for index intro 2024-02-27 13:08:36 +00:00
Oliver Booth f1f711fa1f
style: reduce in-your-face-ness of headshot photo 2024-02-27 13:01:10 +00:00
Oliver Booth 21be5e9622
refactor: hide countdown after deadline 2024-02-23 05:05:24 +00:00
Oliver Booth 279d824772
feat: add mastodon status card 2024-02-23 03:23:57 +00:00
Oliver Booth c7cd016baf
style: improve appearance of the american countdown 2024-02-21 18:27:45 +00:00
Oliver Booth f0aa1c0ae9
style: use better font for countdown 2024-02-19 23:02:06 +00:00
Oliver Booth 2b1f0d979d
feat: link to The American blog post 2024-02-19 23:01:50 +00:00
Oliver Booth 940fb2031e
style: improve contrast on topic tags 2024-02-19 23:01:32 +00:00
Oliver Booth e5b9b81e57
feat: add The American countdown 2024-02-19 22:44:28 +00:00
Oliver Booth de41078365
style: add zoom effect on card hover 2023-12-26 20:34:21 +00:00
Oliver Booth 4943172f64
feat: add project name to card 2023-12-26 15:35:27 +00:00
Oliver Booth 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
Oliver Booth c2a5dd4ee6
style: add backing panel to page contents 2023-12-22 14:49:16 +00:00
Oliver Booth 25822c6577
style: use default Bootstrap font 2023-12-22 14:18:39 +00:00
Oliver Booth 5cb61d275d
feat: adding reading list 2023-12-14 16:03:24 +00:00
Oliver Booth 3186ce9b50
fix: use correct formatted date on blog card attr 2023-10-12 16:58:10 +01:00
Oliver Booth 4d1f963d3d
style: use Gabarito font 2023-10-03 22:12:29 +01:00
Oliver Booth 3c427b4430
refactor: host project heros on cdn 2023-09-29 16:02:29 +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 fd2ecf0b5c
style: add brand colours to social links 2023-09-24 19:11:27 +01:00