diff --git a/_includes/header.html b/_includes/header.html index 7c5934d..538e9cd 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,8 +10,8 @@ - Home + Home + Blog {% assign all_pages = site.pages | sort: "title" %} {% for project in all_pages %} diff --git a/_site/comsci/index.html b/_site/comsci/index.html index 9410116..4993ba7 100644 --- a/_site/comsci/index.html +++ b/_site/comsci/index.html @@ -15,7 +15,7 @@ - + @@ -23,8 +23,8 @@ - ComSci | Matthew Grove - + Computer Science | Matthew Grove + @@ -57,6 +57,7 @@ Home + Blog @@ -68,7 +69,7 @@ ComSci + >Computer Science @@ -91,7 +92,7 @@ - ComSci + Computer Science diff --git a/_site/index.html b/_site/index.html index da8c012..decd318 100644 --- a/_site/index.html +++ b/_site/index.html @@ -56,8 +56,8 @@ - Home + Home + Blog @@ -68,7 +68,7 @@ - ComSci + Computer Science @@ -118,7 +118,7 @@ BBC Young Reporter Article Creator - A simple tool to create markdown files from news articles, for uploading to the Reading School BBC Young Reporter website + A tool to create markdown files from news articles and their metadata for uploading to the Reading School BBC Young Reporter website. See more @@ -129,9 +129,9 @@ - ComSci + Computer Science - Some Computer Science info + Some helpful tips for studying Computer Science. See more @@ -146,7 +146,7 @@ Luhn Algorithm - Replication of the Luhn algorithm + A number validator with the Luhn algorithm. See more diff --git a/_site/luhn-algorithm/index.html b/_site/luhn-algorithm/index.html index 20b9d72..fc61d10 100644 --- a/_site/luhn-algorithm/index.html +++ b/_site/luhn-algorithm/index.html @@ -24,7 +24,7 @@ Luhn Algorithm | Matthew Grove - + @@ -57,6 +57,7 @@ Home + Blog @@ -67,7 +68,7 @@ - ComSci + Computer Science diff --git a/_site/site-theme/index.html b/_site/site-theme/index.html index e8864f7..e83714a 100644 --- a/_site/site-theme/index.html +++ b/_site/site-theme/index.html @@ -57,6 +57,7 @@ Home + Blog @@ -67,7 +68,7 @@ - ComSci + Computer Science diff --git a/_site/young-reporter/index.html b/_site/young-reporter/index.html index b9ecbb4..c6fa9c9 100644 --- a/_site/young-reporter/index.html +++ b/_site/young-reporter/index.html @@ -24,7 +24,7 @@ BBC Young Reporter Article Creator | Matthew Grove - + @@ -57,6 +57,7 @@ Home + Blog @@ -68,7 +69,7 @@ - ComSci + Computer Science diff --git a/comsci/index.md b/comsci/index.md index 9628545..99bb32d 100644 --- a/comsci/index.md +++ b/comsci/index.md @@ -1,6 +1,6 @@ --- -title: ComSci -description: Some Computer Science info +title: Computer Science +description: Some helpful tips for studying Computer Science. layout: default icon: laptop --- diff --git a/luhn-algorithm/index.md b/luhn-algorithm/index.md index c6f0dee..a7ae8e8 100644 --- a/luhn-algorithm/index.md +++ b/luhn-algorithm/index.md @@ -1,6 +1,6 @@ --- title: Luhn Algorithm -description: Replication of the Luhn algorithm +description: A number validator with the Luhn algorithm. layout: default icon: credit-card --- diff --git a/young-reporter/index.md b/young-reporter/index.md index 92404c4..1d40836 100644 --- a/young-reporter/index.md +++ b/young-reporter/index.md @@ -1,6 +1,6 @@ --- title: BBC Young Reporter Article Creator -description: A simple tool to create markdown files from news articles, for uploading to the Reading School BBC Young Reporter website +description: A tool to create markdown files from news articles and their metadata for uploading to the Reading School BBC Young Reporter website. layout: default icon: comment ---
A simple tool to create markdown files from news articles, for uploading to the Reading School BBC Young Reporter website
A tool to create markdown files from news articles and their metadata for uploading to the Reading School BBC Young Reporter website.
Some Computer Science info
Some helpful tips for studying Computer Science.
Replication of the Luhn algorithm
A number validator with the Luhn algorithm.