Skip to content

Commit

Permalink
Merge pull request #6 from DSACMS/TIMO/update-urls
Browse files Browse the repository at this point in the history
Updated URLs for new organization/repo
  • Loading branch information
millerti authored Apr 25, 2024
2 parents edeb216 + 0f0a55a commit c3b3b54
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ make serve
```

You should now be able to access the site at:
<http://localhost:4000/FFS-IncomeReportingToolkit/?secret=hithere>
<http://localhost:4000/income-reporting-playbook/?secret=underconstruction>

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseurl: "/FFS-IncomeReportingToolkit"
baseurl: "/income-reporting-playbook"
defaults:
scope:
path: ""
Expand Down
12 changes: 6 additions & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@

<title>Income Reporting Playbook</title>
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="FFS-IncomeReportingToolkit" />
<meta property="og:title" content="income-reporting-playbook" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://navapbc.github.io/FFS-IncomeReportingToolkit/" />
<meta property="og:url" content="https://navapbc.github.io/FFS-IncomeReportingToolkit/" />
<meta property="og:site_name" content="FFS-IncomeReportingToolkit" />
<link rel="canonical" href="https://dsacms.github.io/income-reporting-playbook/" />
<meta property="og:url" content="https://dsacms.github.io/income-reporting-playbook/" />
<meta property="og:site_name" content="income-reporting-playbook" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="FFS-IncomeReportingToolkit" />
<meta property="twitter:title" content="income-reporting-playbook" />
<meta name="robots" content="noindex, nofollow" />
<script src="{{ "/assets/scripts/main.js" | relative_url }}"></script>
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","headline":"FFS-IncomeReportingToolkit","name":"FFS-IncomeReportingToolkit","url":"https://navapbc.github.io/FFS-IncomeReportingToolkit/"}</script>
{"@context":"https://schema.org","@type":"WebSite","headline":"income-reporting-playbook","name":"income-reporting-playbook","url":"https://dsacms.github.io/income-reporting-playbook/"}</script>

<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion assets/scripts/main.js
Original file line number Diff line number Diff line change
@@ -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';
}
Expand Down

0 comments on commit c3b3b54

Please sign in to comment.