Sen descrición

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

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)