website/Website
2019-04-28 13:24:41 +01:00
..
Controllers Throw 404 when blog post fails to load. 2019-04-28 11:51:42 +01:00
Data View blog posts 2019-04-28 11:12:52 +01:00
Models Add BlogPostViewModel for view specific processing 2019-04-28 07:56:25 +01:00
Properties Initial commit 2019-04-14 09:39:56 +01:00
ViewModels Set friendly date for blog posts 2019-04-28 11:43:05 +01:00
Views Gulp already minimises the CSS so we don't need prod specific declarations 2019-04-28 13:24:41 +01:00
wwwroot Add support for Markdown with syntax highlighting 2019-04-28 09:06:59 +01:00
appsettings.Development.json Put interface behind database provider for testing. Use state object to get data from database, then map to model. 2019-04-14 21:52:35 +01:00
appsettings.json Initial commit 2019-04-14 09:39:56 +01:00
bundleconfig.json Fix bundling for JS files 2019-04-27 21:38:39 +01:00
gulpfile.js Update gulp task name to reflect what it does 2019-04-21 14:57:06 +01:00
package-lock.json Add build process to compile and minify less files 2019-04-20 14:52:28 +01:00
package.json Remove CSS from bundler. Add watch task. 2019-04-20 19:33:47 +01:00
Program.cs Initial commit 2019-04-14 09:39:56 +01:00
Startup.cs Throw 404 when blog post fails to load. 2019-04-28 11:51:42 +01:00
Website.csproj Add support for Markdown with syntax highlighting 2019-04-28 09:06:59 +01:00