Nav apraksta

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

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)