diff --git a/404.html b/404.html index b2b0bdc..4af5157 100644 --- a/404.html +++ b/404.html @@ -1,7 +1,7 @@ --- layout: plain title: 404 -description: The 404 page for the APC at George Mason High School +description: The 404 page for the APC at Meridian High School stylesheets: - err --- diff --git a/LICENSE.md b/LICENSE.md index 5860165..abf070a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 GMHS Advanced Programming Club +Copyright (c) 2020 MHS Advanced Programming Club Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_config.yml b/_config.yml index 238a0c4..410d196 100644 --- a/_config.yml +++ b/_config.yml @@ -21,9 +21,9 @@ title: Advanced Programming Club Website email: apc.gmhs@gmail.com description: >- # this means to ignore newlines until "baseurl:" - Website for the Advanced Programming Club at George Mason High School. We're here to educate and enlighten. + Website for the Advanced Programming Club at Meridian High School. We're here to educate and enlighten. baseurl: '' # the subpath of your site, e.g. /blog -url: 'http://apc-gm.com/' # the base hostname & protocol for your site, e.g. http://example.com +url: 'http://apc-mhs.com/' # the base hostname & protocol for your site, e.g. http://example.com github_username: jekyll # Build settings diff --git a/_includes/footer.html b/_includes/footer.html index fb37846..a16650b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@ diff --git a/_includes/header.html b/_includes/header.html index cfe1dc7..7e3b252 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,10 +5,10 @@ Featured Projects Senior Map @@ -17,8 +17,8 @@ External Websites diff --git a/index.html b/index.html index 719ab28..1b65264 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- layout: default title: Home -description: The Home page for the APC at George Mason High School +description: The Home page for the APC at Meridian High School stylesheets: - index scripts: diff --git a/package.json b/package.json index 76b1bf6..0b1b3a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apc-website", "version": "1.0.0", - "description": "Repo for the apc website at GMHS", + "description": "Repo for the apc website at MHS", "main": "_automation_scripts/form_submitted_customizer.js", "dependencies": { "axios": "^0.19.2", @@ -14,12 +14,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/apc-gmhs/apc-website.git" + "url": "git+https://github.com/apc-mhs/apc-mhs.github.io" }, "author": "Rohan, Andrew, Jonathan, Danny", "license": "MIT", "bugs": { - "url": "https://github.com/apc-gmhs/apc-website/issues" + "url": "https://github.com/apc-mhs/apc-mhs.github.io/issues" }, - "homepage": "https://github.com/apc-gmhs/apc-website#readme" + "homepage": "https://github.com/apc-mhs/apc-mhs.github.io#readme" }