Няма описание

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

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)