From 04edf181b21d99112e0ee861ee94b784044c4d0d Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 29 Dec 2020 00:12:24 +0000 Subject: [PATCH] Make altering links on pages simpler --- _data/navigation.yml | 24 ++++++ _data/other-links.yml | 9 +++ _data/social-media.yml | 15 ++++ _includes/footer.html | 15 ++-- _includes/header.html | 3 +- _site/comsci/index.html | 52 ++++++++++-- _site/index.html | 136 ++++++++++++++++++++++++++++++-- _site/luhn-algorithm/index.html | 52 ++++++++++-- _site/site-theme/index.html | 52 ++++++++++-- _site/sitemap.xml | 10 +-- _site/young-reporter/index.html | 52 ++++++++++-- 11 files changed, 369 insertions(+), 51 deletions(-) create mode 100644 _data/navigation.yml create mode 100644 _data/other-links.yml create mode 100644 _data/social-media.yml diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..5291cc4 --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,24 @@ +- title: Blog + description: Where I post updates about projects I'm doing. + url: https://blog.mgrove.uk + icon: pencil +- title: Reading School BBC Young Reporter + description: A site for Reading School's year 8 students to post news articles they have written. + url: https://youngreporter.mgrove.uk + icon: graduation-cap +- title: Black Thunder + description: Reading School's robotics team, which also runs the school's Robotics Club. + url: https://blackthunder.gq + icon: bolt +- title: Photography Feed + description: A place for me to post my snaps. + url: https://instagram.com/mgrove36.photos + icon: camera +- title: Dogs + description: An Instagram account for my dogs. + url: https://instagram.com/morganandmeganbichons + icon: paw +- title: Traqua + description: "\"An innovative, water-saving solution for the home.\" A small STEM project based around using Raspberry Pis to track and reduce household water usage." + url: https://traqua.ml + icon: tint \ No newline at end of file diff --git a/_data/other-links.yml b/_data/other-links.yml new file mode 100644 index 0000000..d4819cf --- /dev/null +++ b/_data/other-links.yml @@ -0,0 +1,9 @@ +- title: Photography + url: https://instagram.com/mgrove36.photos + icon: camera +- title: Dogs + url: https://instagram.com/morganandmeganbichons + icon: paw +- title: Email me + url: mailto:me@mgrove.uk + icon: envelope \ No newline at end of file diff --git a/_data/social-media.yml b/_data/social-media.yml new file mode 100644 index 0000000..54116ca --- /dev/null +++ b/_data/social-media.yml @@ -0,0 +1,15 @@ +- title: GitHub + url: https://github.com/mgrove36 + icon: github +- title: Twitter + url: https://twitter.com/mgrove36 + icon: twitter +- title: Instagram + url: https://instagram.com/mgrove36 + icon: instagram +- title: LinkedIn + url: https://linkedin.com/in/mgrove36 + icon: linkedin +- title: Facebook + url: https://facebook.com/mgrove36 + icon: facebook diff --git a/_includes/footer.html b/_includes/footer.html index 6557e7e..235275f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,20 +7,17 @@

Other Links

Social Media

diff --git a/_includes/header.html b/_includes/header.html index 6576554..3a3741f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -11,9 +11,8 @@