Commit Graph

298 Commits

Author SHA1 Message Date
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 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 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 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 14cac1e38d
feat: add support for multi-lingual code snippets 2024-04-27 00:25:32 +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 9698a0b567
fix: add missing required properties to shields.io schema
.NET / Build & Test (push) Failing after 2m27s Details
2024-03-16 18:09:12 +00:00
Oliver Booth c62194ee70
feat: add shields.io compatible badge endpoint
.NET / Build & Test (push) Failing after 1m24s Details
2024-03-16 18:03:31 +00: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 d9101034c3
chore: update nuget dependencies
- MailKit 4.4.0
- Markdig 0.36.2
- Microsoft.AspNetCore.Components.Web 8.0.3
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.3
- Microsoft.Extensions.FileProviders.Embedded 8.0.3
- Pomelo.EntityFrameworkCore.MySql 8.0.2
2024-03-16 12:21:14 +00:00
Oliver Booth 5846ddaea7
fix(af): unescape &copy; sequence 2024-02-29 19:03:59 +00:00
Oliver Booth 798b91179e
feat: add april fools styling 2024-02-29 18:59:30 +00:00
Oliver Booth 0fc0ee2a82
build: add versioning, bump to 1.1.0
Docker Release / build-and-push-image (push) Failing after 1m11s Details
.NET / Build & Test (push) Failing after 44s Details
Tagged Release / Tagged Release (push) Failing after 33s Details
2024-02-28 19:09:02 +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 521d202824
build: skip dotnet restore and dotnet build
These steps are executed as part of dotnet publish
2024-02-27 13:39:11 +00:00
Oliver Booth b9de8205f6
chore: update dependencies
.NET project:
* AspNetCore.ReCaptcha 1.8.1
* MailKitSimplified.Sender 2.9.0
* Markdig 0.35.0
* Microsoft.AspNetCore.Components.Web 8.0.2
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.2
* Microsoft.Extensions.FileProviders.Embedded 8.0.2
* Pomelo.EntityFrameworkCore.MySql 8.0.0
* Serilog.AspNetCore 8.0.1
* SmartFormat.NET 3.3.2

npm project:
No front-facing dependencies updated; however some child packages were updated in the process of npm update.
2024-02-27 13:27:28 +00:00
Oliver Booth 783265e6d0
style: reword tagline to match what it really is 2024-02-27 13:11:05 +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 d655b46db5
fix: fix NRE on null HtmlNodeCollection 2024-02-26 13:14:02 +00:00
Oliver Booth 6b3e8d06df
fix: strip Mastodon's botched formatting in links 2024-02-24 00:43:14 +00:00
Oliver Booth 817019ad16
fix: use EnumToStringConverter for Visibility fields 2024-02-23 17:57:08 +00:00
Oliver Booth bd1e9dac1f
refactor: add MaxLength to folder fields 2024-02-23 17:51:22 +00:00
Oliver Booth 9074cf5210
feat: add visibility to tutorial folders and articles 2024-02-23 17:50:40 +00:00
Oliver Booth 577f3b0148
refactor: move BlogPostVisibility to Visibility
shared enum for blog posts and tutorials, and anything else that may need it
2024-02-23 16:50:43 +00:00
Oliver Booth 8629f8f963
Merge branch 'main' into feature/tutorials 2024-02-23 15:47:21 +00:00
Oliver Booth 0aa9754714
refactor: remove unused imports 2024-02-23 15:46:32 +00:00
Oliver Booth 70f167c9c3
feat: add support for mastodon media 2024-02-23 05:36:31 +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 9e0410f100
feat: add tutorials page 2024-02-20 20:36:23 +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