No description
Find a file
Robert Marshall 5966641b75
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m45s
Get branch details and sort by modification date
2025-07-05 21:24:30 +01:00
.forgejo/workflows Revert "Use short SHA for docker tags" 2025-07-05 12:05:54 +00:00
.nuke Update all the things 2025-07-05 08:01:55 +01:00
build Update all the things 2025-07-05 08:01:55 +01:00
src Get branch details and sort by modification date 2025-07-05 21:24:30 +01:00
.drone.yml Move to docker image 2023-02-16 18:42:13 +00: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 dockerfile .net version 2025-07-05 08:17:37 +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)