No description
Find a file
2021-05-31 08:32:12 +01:00
build Move source code to src directory 2020-04-13 07:35:48 +01:00
Infrastructure Manage mailbox aliases 2021-05-29 12:58:17 +01:00
src Reduce clutter in action tables 2021-05-31 08:32:12 +01:00
.editorconfig Use editorconfig from API projects 2020-04-12 10:44:59 +01:00
.gitattributes Add caching to API calls. 2020-04-18 13:08:41 +01:00
.gitconfig Set up the filters required to ignore local dev config. 2020-04-04 13:16:50 +01:00
.gitignore Move source code to src directory 2020-04-13 07:35:48 +01:00
.nuke Move source code to src directory 2020-04-13 07:35:48 +01:00
build.ps1 Add build script 2019-04-28 13:25:03 +01:00
build.sh Make build script executable 2020-06-22 20:49:14 +01:00
clean-config.sh Manage mailbox aliases 2021-05-29 12:58:17 +01:00
omnisharp.json Set some coding standards 2020-04-04 18:27:12 +01:00
Readme.md Update Readme 2020-04-04 13:18:00 +01:00
watch.sh Initial commit 2019-04-14 09:39:56 +01:00

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)