Commit Graph

450 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 cf4d92c035
fix: oops, page 2 was completely missing.
The model contains a 1-based page number, whereas GetBlogPosts wants 0-based index, causing an entire page to be missing.
2024-05-06 17:40:03 +01:00
Oliver Booth 58797b82ca
fix: don't include redirected posts in count 2024-05-06 17:39:28 +01:00
Oliver Booth 9991ecf173
Merge branch 'feature/cleanup' 2024-05-06 15:02:19 +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 23d3950695
chore: add launchSettings.json to make development not suck
This workflow allows the possibility to reload a changed page without reloading the entire app. I hate launchSettings.json, but whatever.
2024-05-05 21:10:23 +01:00
Oliver Booth 83beffe685
perf: remove redundant StatusCode set 2024-05-05 20:55:32 +01:00
Oliver Booth f08a3d3607
feat: add real http status pages 2024-05-05 20:55:13 +01:00
Oliver Booth 746b4d8728
fix: don't use 0-based page index in blog index 2024-05-05 18:16:17 +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 435cae95db
refactor: move Mastodon status to partial 2024-05-05 13:48:01 +01:00
Oliver Booth 2ec2c0befc
chore: move Markdig reference to Markdig extension project 2024-05-05 02:27:21 +01:00
Oliver Booth 99ff3124c3
refactor: move SmartFormat extensions to separate project 2024-05-05 02:27:04 +01:00
Oliver Booth dec9307f1d
refactor: amend 6ec4103a3a
Remove unused Markdown classes from within core web app project
2024-05-05 02:21:40 +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 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 35a82a9663
feat: allow markdown in callout titles 2024-05-04 00:40:59 +01:00
Oliver Booth 01031057e0
feat: add support for Obsidian-style callouts 2024-05-03 23:31:47 +01:00
Oliver Booth 16618cc135
Merge branch 'feature/legacy-comments' 2024-05-01 16:47:51 +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 98c923b07b
style: hide empty section for articles with no other parts 2024-04-27 17:00:20 +01:00
Oliver Booth 91249029dc
style: remove comment count from article meta 2024-04-27 16:45:59 +01:00
Oliver Booth 55b9f79e46
style: remove comment counter from post cards 2024-04-27 16:27:08 +01:00
Oliver Booth 96e63a3088
feat: replace Disqus with gisqus
GitHub discussion integration doesn't serve ads. I'm so fucking sorry
2024-04-27 16:21:11 +01:00
Oliver Booth 1919b1d5c8
refactor: remove april fool's nonsense 2024-04-27 16:03:06 +01:00
Oliver Booth a1dd6ef6ff
feat: add <meta> tag creation for tutorial articles 2024-04-27 15:59:39 +01:00
Oliver Booth 985acf7bc3
feat: pave the way for adding comments to tutorials 2024-04-27 15:59:05 +01:00
Oliver Booth 879ff6a295
feat: add support for excerpts on blog posts / tutorial articles 2024-04-27 15:41:19 +01:00
Oliver Booth cd6bbec1a5
feat: add <meta> tag creation abstraction 2024-04-27 15:36:13 +01:00
Oliver Booth b119861eee
fix: prevent anchor link from being a link 2024-04-27 00:31:11 +01:00
Oliver Booth 720b636439
Merge branch 'feature/code_snippets' 2024-04-27 00:26:04 +01:00
Oliver Booth 14cac1e38d
feat: add support for multi-lingual code snippets 2024-04-27 00:25:32 +01:00
Oliver Booth ba09fa22df
chore: update actions/setup-dotnet@v4
.NET / Build & Test (push) Failing after 14m51s Details
2024-04-26 18:45:35 +01:00
Oliver Booth d527fce02c
ci: update actions/checkout@v4 2024-04-26 18:45:10 +01:00
Oliver Booth 81e1d25a7c
ci: remove github nuget source 2024-04-26 18:44:49 +01:00
Oliver Booth e548758608
fix: don't show redirected posts
.NET / Build & Test (push) Failing after 1m4s Details
2024-04-26 17:30:42 +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 05638e5deb
fix: hide non-published entries
.NET / Build & Test (push) Failing after 44s Details
2024-04-26 17:23:53 +01:00
Oliver Booth 238f519e0c
feat: add hack to remove line numbers in codeblocks 2024-04-26 17:22:35 +01:00