Commit graph

56 commits

Author SHA1 Message Date
82128bb005 Use latest C# version 2019-08-26 10:23:48 +01:00
86dae0b8da Tell Kestrel to listen on all IPs 2019-08-26 10:17:18 +01:00
3632059288 Indentation woes 2019-08-26 10:03:14 +01:00
30393af425 Rectify silly mistake 2019-08-26 10:02:37 +01:00
5ba494855e Unindent 2019-08-26 10:01:44 +01:00
0dd8ee1ab6 Attempt to publish output 2019-08-26 10:00:55 +01:00
a00a4ee026 Copy install commands from nodejs instructions 2019-08-26 09:33:31 +01:00
9bec332643 Use correct package name 2019-08-26 09:31:03 +01:00
c8e201f054 Use apt-get instad of apt 2019-08-26 09:30:19 +01:00
796a90a98f Attempt to install node to image 2019-08-26 09:29:51 +01:00
4ce31a3d72 Revert "Use the ASP.NET Core runtime images instead of SDK"
This reverts commit 311afad1af.
2019-08-26 09:23:48 +01:00
311afad1af Use the ASP.NET Core runtime images instead of SDK 2019-08-26 09:16:58 +01:00
546732b81a Make build script executable 2019-08-26 09:11:13 +01:00
da0a7e23ea Skip certificate verification on build 2019-08-26 09:04:30 +01:00
542ff6c2ad Add a Drone CI config 2019-08-26 08:49:03 +01:00
b4f346d206 Add EditorConfig 2019-08-26 08:39:52 +01:00
b7a947cf6e Fix build script to run compile operation 2019-06-11 21:07:03 +01:00
b83f5b8c0f Remove unused usings (resharper) 2019-05-04 17:44:27 +01:00
97d7888b36 Fix resharper complaints 2019-05-04 17:41:24 +01:00
246111df63 Fix resharper complaints 2019-05-04 17:40:20 +01:00
68028b37f2 Ignore ncrunch files 2019-05-04 17:39:55 +01:00
a94f97ff85 Add systemd service file 2019-04-28 13:37:03 +01:00
1f1ee33a4e Add build script 2019-04-28 13:31:15 +01:00
cec1bb66ed Add build script 2019-04-28 13:25:03 +01:00
45403a817b Gulp already minimises the CSS so we don't need prod specific declarations 2019-04-28 13:24:41 +01:00
3fca762a87 Update 'Readme.md' 2019-04-28 12:53:14 +01:00
6c905f177f Throw 404 when blog post fails to load. 2019-04-28 11:51:42 +01:00
40e8899368 Fix issue with blog link on home page. 2019-04-28 11:51:24 +01:00
035f442ba0 Set friendly date for blog posts 2019-04-28 11:43:05 +01:00
fa143f5ab4 Add blog post preview 2019-04-28 11:20:06 +01:00
a47f18533b Remove redundant assignment 2019-04-28 11:15:17 +01:00
3064dd8d25 View blog posts 2019-04-28 11:12:52 +01:00
b8f371e3e8 Add blog index with pagination 2019-04-28 11:06:15 +01:00
68fa2cf1c7 Use non-minified libraries on dev 2019-04-28 10:15:34 +01:00
19818ef69e Add support for Markdown with syntax highlighting 2019-04-28 09:06:59 +01:00
32eef104fb Consolodate less files 2019-04-28 08:39:12 +01:00
fd398246f8 Restore blog.less 2019-04-28 08:35:41 +01:00
dda522d221 Add BlogPostViewModel for view specific processing 2019-04-28 07:56:25 +01:00
647696aa92 Refactor error handling. Add 404 page 2019-04-27 22:03:50 +01:00
2475d1963c Make link to projects protocol agnostic 2019-04-27 21:43:10 +01:00
15b01412f2 Get latest post and display on homepage 2019-04-27 21:39:22 +01:00
9e35d0ab90 Fix bundling for JS files 2019-04-27 21:38:39 +01:00
94f2aef0a7 Remove rogue console.log 2019-04-27 21:25:17 +01:00
ddf6c5b8ce Re-implement existing website template (from PHP). Add all assets. 2019-04-27 21:24:52 +01:00
a87a334bc7 Remove mock class. Comment out all tests. Need to find way of testing this. 2019-04-27 10:35:57 +01:00
c4d7a3a1de Update gulp task name to reflect what it does 2019-04-21 14:57:06 +01:00
e0a203e751 Add some basic layout 2019-04-21 14:49:37 +01:00
49609a06c1 Add npm install to pre-build target to restore npm packages 2019-04-20 19:35:44 +01:00
91f6c79f3c Remove CSS from bundler. Add watch task. 2019-04-20 19:33:47 +01:00
b2e741bffa Add build process to compile and minify less files 2019-04-20 14:52:28 +01:00