Sin descripción

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

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)