No description
Find a file
2020-01-03 17:28:47 +00:00
build Remove DotSettings from project 2020-01-03 13:40:15 +00:00
Infrastructure Pull through settings from secret store. 2020-01-03 17:28:47 +00:00
Website Apply settings on build 2020-01-03 17:22:39 +00:00
Website.Tests Add authentication 2020-01-03 13:32:20 +00:00
.editorconfig Add EditorConfig 2019-08-26 08:39:52 +01:00
.gitignore Remove DotSettings from project 2020-01-03 13:40:15 +00:00
.nuke Add build script 2019-04-28 13:25:03 +01:00
build.ps1 Add build script 2019-04-28 13:25:03 +01:00
build.sh Add build script 2019-04-28 13:25:03 +01:00
Readme.md Put in build badge and remove item from roadmap 2019-08-26 11:28:50 +01:00
watch.sh Initial commit 2019-04-14 09:39:56 +01:00
Website.sln Opened in Visual Studio. GUIDs and stuff have been corrected. 2020-01-03 13:46:41 +00: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.

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)

"Roadmap"

Ideally I'd like to:

  • Replace AngularJS
  • 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)