From 0f0a55a2a4ed4055803bc130a4072f6d3fd4e281 Mon Sep 17 00:00:00 2001 From: Tim Miller Date: Thu, 25 Apr 2024 15:11:07 -0500 Subject: [PATCH] updated URLs for new organization/repo --- Makefile | 4 ++-- README.md | 2 +- _config.yml | 2 +- _layouts/default.html | 12 ++++++------ assets/scripts/main.js | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 1667c0e..c725d9e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ clean: rm -rf _site build: - bundle exec github-pages build --destination _site/FFS-IncomeReportingToolkit + bundle exec github-pages build --destination _site/income-reporting-playbook serve: build - @echo "Starting server: http://localhost:4000/FFS-IncomeReportingToolkit/?secret=hithere" + @echo "Starting server: http://localhost:4000/income-reporting-playbook/?secret=underconstruction" ruby -run -e httpd _site -p 4000 diff --git a/README.md b/README.md index 9ed58a8..a93dc77 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ make serve ``` You should now be able to access the site at: - + ## Contributing diff --git a/_config.yml b/_config.yml index 7025c79..c202953 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -baseurl: "/FFS-IncomeReportingToolkit" +baseurl: "/income-reporting-playbook" defaults: scope: path: "" diff --git a/_layouts/default.html b/_layouts/default.html index eb9884d..68a6ecd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,18 +10,18 @@ Income Reporting Playbook - + - - - + + + - + + {"@context":"https://schema.org","@type":"WebSite","headline":"income-reporting-playbook","name":"income-reporting-playbook","url":"https://dsacms.github.io/income-reporting-playbook/"} diff --git a/assets/scripts/main.js b/assets/scripts/main.js index b33a8d5..8322b8d 100644 --- a/assets/scripts/main.js +++ b/assets/scripts/main.js @@ -1,6 +1,6 @@ document.addEventListener('DOMContentLoaded', (event) => { const secret = getUrlParameter('secret'); - if (secret != "hithere") { + if (secret != "underconstruction") { document.getElementById('primary').style.display = 'none'; document.getElementById('work-in-progress-message').style.display = 'block'; }