No description
  • C# 68.7%
  • HTML 13.1%
  • SCSS 12.5%
  • PowerShell 2.6%
  • Shell 2.5%
  • Other 0.6%
Find a file
rob 72442b2b02
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m29s
Merge pull request 'Delete PR docker image using curl' (#7) from shouldly-migration into master
Reviewed-on: #7
2026-05-17 14:40:32 +00:00
.forgejo/workflows Delete PR docker image using curl 2026-05-17 15:39:50 +01:00
.nuke Update all the things 2025-07-05 08:01:55 +01:00
build Update to .NET 10 2026-05-16 21:54:20 +01:00
src Use latest Shouldly package 2026-05-17 07:27:03 +01:00
.editorconfig More editorconfig rules 2025-07-05 14:34:05 +01:00
.gitattributes Add caching to API calls. 2020-04-18 13:08:41 +01:00
.gitconfig Set up the filters required to ignore local dev config. 2020-04-04 13:16:50 +01:00
.gitignore Remove NPM dependency 2023-06-24 10:57:33 +01:00
build.cmd Upgrade to .NET 7 2023-02-16 18:08:24 +00:00
build.ps1 Upgrade to .NET 7 2023-02-16 18:08:24 +00:00
build.sh Upgrade to .NET 7 2023-02-16 18:08:24 +00:00
clean-config.sh Manage mailbox aliases 2021-05-29 12:58:17 +01:00
Dockerfile Update to .NET 10 2026-05-16 21:54:20 +01:00
omnisharp.json Set some coding standards 2020-04-04 18:27:12 +01:00
Readme.md Update Readme 2020-04-04 13:18:00 +01:00
watch.sh Initial commit 2019-04-14 09:39:56 +01:00

Build Status

A C# rewrite of my previously PHP based website.

Old repo: https://git.robware.uk/rob/Robware

My old repo was my attempt at an MVC framework. While I learned a lot about how to make an MVC framework, it was quite a pain to keep up. Now I'm using .NET Core ASP MVC. I much prefer C# and the whole thing is much nicer to work with.

Setup

After clone, please run git config --local include.path ../.gitconfig. This will set up the filters required to ignore local dev config.

Changes on previous implementation:

  • Not PHP
  • Use markdown for blog posts instead of own rolled markup solution
  • Done in about 10% of the time (ok, maybe not 10%, but much quicker)
  • No more AngularJS

"Roadmap"

Ideally I'd like to:

  • Move away from the SQL database to a document store
  • Have a nicer gallery, or roll it in to the blog.
  • Possibly hook in to some external services, like my home automation stuff or Strava.
  • Make this a more useful platform for myself (back ends for some server management stuff, perhaps)