No Description

Robert Marshall a1c842c239 Remove NPM dependency 10 months ago
.nuke 832b4fb36a Upgrade to .NET 7 1 year ago
build a1c842c239 Remove NPM dependency 10 months ago
src a1c842c239 Remove NPM dependency 10 months ago
.drone.yml bb93afd555 Move to docker image 1 year ago
.editorconfig 11bca4cf53 Use editorconfig from API projects 4 years ago
.gitattributes ed8468105d Add caching to API calls. 4 years ago
.gitconfig 03fb0b58fd Set up the filters required to ignore local dev config. 4 years ago
.gitignore a1c842c239 Remove NPM dependency 10 months ago
Dockerfile a1c842c239 Remove NPM dependency 10 months ago
Readme.md 8feb06ef4b Update Readme 4 years ago
build.cmd 832b4fb36a Upgrade to .NET 7 1 year ago
build.ps1 832b4fb36a Upgrade to .NET 7 1 year ago
build.sh 832b4fb36a Upgrade to .NET 7 1 year ago
clean-config.sh 2bec3d021a Manage mailbox aliases 2 years ago
omnisharp.json ffb3e791ab Set some coding standards 4 years ago
watch.sh 7703f9d8bb Initial commit 5 years ago

Readme.md

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)