From 8bd091dc0826ead5e0af9e24d2a6f3a8c94da1c7 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 22 Apr 2019 18:14:01 +0100 Subject: [PATCH 1/6] Update dependency location --- remove.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remove.html b/remove.html index ef8cd81..3d6896b 100644 --- a/remove.html +++ b/remove.html @@ -1,7 +1,7 @@ - + From 8fadf1d4cea795d661c80af78de6e58dd0bbc556 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 15 May 2019 09:30:07 +0100 Subject: [PATCH 2/6] Replace SSL with TLS --- computer-science-blog/pages/https.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/computer-science-blog/pages/https.html b/computer-science-blog/pages/https.html index d71515d..d26a6c7 100644 --- a/computer-science-blog/pages/https.html +++ b/computer-science-blog/pages/https.html @@ -19,8 +19,8 @@

HTTPS

- HTTPS is the 'Hypertext Transfer Protocol Secure', which means that it is a variation on the HTTP protocol - except it uses a secure socket layer - (SSL) - an encryption protocol invoked by an HTTPS request, that enables authentication and encryption on the webpage being visited. SSL is + HTTPS is the 'Hypertext Transfer Protocol Secure', which means that it is a variation on the HTTP protocol - except it uses transport layer security + (TLS) - an encryption protocol invoked by an HTTPS request, that enables authentication and encryption on the webpage being visited. SSL is essentially the usage of ‘digital passports’, and it functions by ‘hopping onto’ TCP protocols. It does not resend ‘lost’ packets or ‘miscommunicated' data, because this increases security.

From 7a14dcba0a18458406d7450f4ea60e394bf86d6c Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 18 May 2019 22:34:17 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97be136..a8b9549 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# demo \ No newline at end of file +# Demo Site +The code for [my demo site](https://matthew-grove.ml) - which hosts small coding projects that I do. From 7960e1a22e8e3b2c3c9cd6c61dc1f2c7d5a5ae0e Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 9 Jun 2019 14:07:39 +0100 Subject: [PATCH 4/6] Change domain --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 3e3c3c1..9284e6c 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -demo.matthew-grove.ml \ No newline at end of file +demo.mgrove.uk \ No newline at end of file From d878d66ef1936ad9c24915fb9400cf383882741d Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 9 Jun 2019 14:45:18 +0100 Subject: [PATCH 5/6] Update URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b9549..ca5596d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Demo Site -The code for [my demo site](https://matthew-grove.ml) - which hosts small coding projects that I do. +The code for [my demo site](https://demo.mgrove.uk) - which hosts small coding projects that I do. From dd7bcab3f4a0b990d85b1fbe722f07588d806432 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 9 Jun 2019 14:49:03 +0100 Subject: [PATCH 6/6] Change domain --- _includes/head.html | 8 ++++---- _includes/navbar.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 005cb8c..fc1acfa 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,20 +3,20 @@ - + - + - + - + {{ page.title }} | Matthew Grove diff --git a/_includes/navbar.html b/_includes/navbar.html index 04c7625..ca73582 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,10 +1,10 @@