Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ module.exports = async function (config) {
tag: "announcements",
},
},
imageTransform: {
widths: ["auto", 600],
responsiveImageClass: false,
},
});
};
8 changes: 0 additions & 8 deletions _includes/layouts/redirect.njk

This file was deleted.

3,461 changes: 1,011 additions & 2,450 deletions package-lock.json

Large diffs are not rendered by default.

21 changes: 7 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
{
"name": "11ty-uswds-template",
"version": "0.0.2",
"description": "A 11ty UWDS template.",
"main": "index.js",
"name": "GCERC/site",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "studio-eleventy build",
"dev": "studio-eleventy dev",
"dev:cms": "npx decap-server",
"pages": "npm run build",
"serve": "studio-eleventy dev",
"start": "studio-eleventy dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "CC0-1.0",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"prettier": "^3.6.2"
},
"dependencies": {
"@studio/eleventy-preset": "github:cloud-gov/eleventy-preset#v0.2.0"
"@studio/eleventy-preset": "github:cloud-gov/eleventy-preset#v0.4.1"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.6"
}
}
2 changes: 1 addition & 1 deletion pages/about-us/council-members.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Council Members
redirect_from:
- /people/council-members
- /people/council-members/
lead: >
The RESTORE Council includes governors of the States of Alabama, Florida,
Louisiana, Mississippi and Texas and the Secretaries of the U.S. Departments
Expand Down
2 changes: 1 addition & 1 deletion pages/about-us/history.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: History
redirect_from:
- /resources/history
- /resources/history/
lead: >
On April 20, 2010, the Deepwater Horizon (DWH) mobile drilling unit suffered a catastrophic blowout in the Gulf of America and over the next 87 days approximately 4.9 million barrels of oil (206 million gallons) were released into the Gulf (U.S. District Court 2015), making the DWH disaster the largest oil spill in the history of the US. Furthermore, 11 workers were killed and 17 critically injured by the explosion and resulting fire. On June 15, 2010, President Obama issued a request to the people of the Gulf Coast and the rest of the nation to commit to the recovery of the region not only from the spill, but to address broader ecosystem challenges brought on by storms, development pressures and other stressors.
eleventyNavigation:
Expand Down
2 changes: 1 addition & 1 deletion pages/about-us/who-we-are.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Who We Are
redirect_from:
- /who-we-are
- /who-we-are/
lead: >
The Gulf Coast Ecosystem Restoration Council (RESTORE Council) is a small
federal agency established in the wake of the Deepwater Horizon disaster to
Expand Down
2 changes: 1 addition & 1 deletion pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/default
permalink: /contact/
redirect_from:
- /contact-us
- /contact-us/
title: Contact Us
sidenav: false
cms: true
Expand Down
2 changes: 1 addition & 1 deletion pages/our-work/comprehensive-plan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Restoration Planning
redirect_from:
- /comprehensive-plan
- /comprehensive-plan/
lead: >
The RESTORE Act called for a regional approach to restoring the long-term health of the valuable natural ecosystems and economy of the Gulf Coast region. The Council is responsible for developing a Comprehensive Plan to guide a coordinated, regionwide effort to restore, protect, and revitalize the Gulf Coast.
eleventyNavigation:
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/environmental-compliance/alabama.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Alabama Environmental Compliance
sidenav: true
redirect_from:
- /fpl-e3-ec-alabama
- /fpl-e3-ec-alabama/
- /environmental-compliance/alabama/
eleventyNavigation:
key: alabama
parent: environmental-compliance
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/environmental-compliance/florida.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Florida Environmental Compliance
redirect_from:
- /fpl-e3-ec-florida
- /fpl-e3-ec-florida/
- /environmental-compliance/florida/
cms_hidden: false
eleventyNavigation:
key: florida
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/environmental-compliance/gulfwide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Gulfwide Environmental Compliance
redirect_from:
- /fpl-e3-ec-gulfwide
- /fpl-e3-ec-gulfwide/
- /environmental-compliance/gulfwide/
eleventyNavigation:
key: gulfwide
parent: environmental-compliance
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/environmental-compliance/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Environmental Compliance
redirect_from:
- /environmental-compliance/
cms_hidden: false
eleventyNavigation:
key: environmental-compliance
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/environmental-compliance/louisiana.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Louisiana Environmental Compliance
redirect_from:
- /fpl-e3-ec-louisiana
- /fpl-e3-ec-louisiana/
- /environmental-compliance/louisiana/
eleventyNavigation:
key: louisiana
parent: environmental-compliance
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/environmental-compliance/mississippi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Mississippi Environmental Compliance
redirect_from:
- /fpl-e3-ec-mississippi
- /fpl-e3-ec-mississippi/
- /environmental-compliance/mississippi/
eleventyNavigation:
key: mississippi
parent: environmental-compliance
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/environmental-compliance/texas.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Texas Environmental Compliance
redirect_from:
- /fpl-e3-ec-texas
- /fpl-e3-ec-texas/
- /environmental-compliance/texas/
cms_hidden: false
eleventyNavigation:
key: texas
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/fpl/cps-fpl.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Comprehensive Plan Commitment and Planning Support Funded Priorities List
redirect_from:
- /council-selected-restoration-component/cps-fpl
- /council-selected-restoration-component/cps-fpl/
- /fpl/cps-fpl/
cms_hidden: false
eleventyNavigation:
key: cps-fpl
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/fpl/fpl-2026.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: 2026 Funded Priorities List
redirect_from:
- /council-selected-restoration-component/2026fpl
- /council-selected-restoration-component/2026fpl/
- /fpl/fpl-2026/
sidenav: false
eleventyNavigation:
key: fpl-2026
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/fpl/fpl-3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Funded Priorities List 3
redirect_from:
- /council-selected-restoration-component/fpl-3
- /council-selected-restoration-component/fpl-3/
- /fpl/fpl-3/
cms_hidden: false
eleventyNavigation:
key: fpl-3
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/fpl/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: What is the Council-Selected Restoration Component?
redirect_from:
- /fpl/
cms_hidden: false
eleventyNavigation:
key: council-selected-restoration-component
Expand Down
3 changes: 2 additions & 1 deletion pages/our-work/fpl/inital-funded-priorities-list.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Initial Funded Priorities List
redirect_from:
- /council-selected-restoration-component/inital-funded-priorities-list
- /council-selected-restoration-component/inital-funded-priorities-list/
- /fpl/inital-funded-priorities-list/
cms_hidden: false
eleventyNavigation:
key: inital-funded-priorities-list
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/spill-impact-component/alabama.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Alabama State Expenditure Plan
redirect_from:
- /spill-impact-component/alabama/
grants:
- title: "Alabama Gulf Seafood Marketing (#7)"
federalId: "GNTSP20AL0094"
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/spill-impact-component/florida.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Florida State Expenditure Plan
redirect_from:
- /spill-impact-component/florida/
grants:
- title: Adaptive Planning and Compliance Project (24-1)
federalId: GNSSP21FL0020
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/spill-impact-component/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: What is the Spill Impact Component?
redirect_from:
- /spill-impact-component/
eleventyNavigation:
key: spill-impact-component
parent: our-work
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/spill-impact-component/louisiana.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Louisiana State Expenditure Plan Efforts
redirect_from:
- /spill-impact-component/louisiana/
grants:
- title: "Adaptive Management"
federalId: "GNTSP17LA0046"
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/spill-impact-component/mississippi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Mississippi State Expenditure Plan
redirect_from:
- /spill-impact-component/mississippi/
grants:
- title:
Beneficial Use of Dredge Material for Marsh Creation and Restoration in
Expand Down
2 changes: 2 additions & 0 deletions pages/our-work/spill-impact-component/texas.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Texas State Expenditure Plan
redirect_from:
- /spill-impact-component/texas/
grants:
- title: FY20 RESTORE Nature Based Tourism
federalId: GNTSP20TX0100
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Creating Jobs and Strengthening Coastal Economies
redirect_from:
- /restore-impact/creating-jobs-and-strengthening-coastal-economies
- /restore-impact/creating-jobs-and-strengthening-coastal-economies/
- /what-we-do/creating-jobs-and-strengthening-coastal-economies/
eleventyNavigation:
key: creating-jobs-and-strengthening-coastal-economies
parent: what-we-do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Improving Water Quality and Working with Private Landowners
redirect_from:
- /restore-impact/improving-water-quality-and-working-with-private-landowners
- /restore-impact/improving-water-quality-and-working-with-private-landowners/
- /what-we-do/improving-water-quality-and-working-with-private-landowners/
eleventyNavigation:
key: improving-water-quality-and-working-with-private-landowners
parent: what-we-do
Expand Down
2 changes: 1 addition & 1 deletion pages/our-work/what-we-do/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: What We Do
redirect_from:
- /what-we-do
- /what-we-do/
lead: >
The economy and culture of the Gulf Coast are built on the natural environment. Rivers, marshes, forests, beaches and other ecosystems support tourism, fishing, lifestyles and communities across the Gulf. The Council helps restore and protect these Gulf resources for the benefit of current and future generations.
eleventyNavigation:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Innovation to Enhance Community Resilience
redirect_from:
- /restore-impact/innovation-to-enhance-community-resilience
- /restore-impact/innovation-to-enhance-community-resilience/
- /what-we-do/innovation-to-enhance-community-resilience/
eleventyNavigation:
key: innovation-to-enhance-community-resilience
parent: what-we-do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Leveraging Funds for Bigger Results
redirect_from:
- /restore-impact/leveraging-fund-for-bigger-results
- /restore-impact/leveraging-fund-for-bigger-results/
- /what-we-do/leveraging-fund-for-bigger-results/
eleventyNavigation:
key: leveraging-fund-for-bigger-results
parent: what-we-do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Protecting and Restoring Valuable Coastal Habitat
redirect_from:
- /restore-impact/protecting-and-restoring-valuable-coastal-habitat
- /restore-impact/protecting-and-restoring-valuable-coastal-habitat/
- /what-we-do/protecting-and-restoring-valuable-coastal-habitat/
eleventyNavigation:
key: protecting-and-restoring-valuable-coastal-habitat
parent: what-we-do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Protecting Communities from Coastal Flooding
redirect_from:
- /restore-impact/protecting-communities-from-coastal-flooding
- /restore-impact/protecting-communities-from-coastal-flooding/
- /what-we-do/protecting-communities-from-coastal-flooding/
eleventyNavigation:
key: protecting-communities-from-coastal-flooding
parent: what-we-do
Expand Down
1 change: 0 additions & 1 deletion pages/privacy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: layouts/redirect
permalink: /privacy/
redirect_to: /policies/#privacy-policy
cms: false
Expand Down
2 changes: 1 addition & 1 deletion pages/reports/annual-financial-reports.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Annual Financial Reports
redirect_from:
- /resources/reports-plans/annual-financial-reports
- /resources/reports-plans/annual-financial-reports/
lead: >
This Agency Financial Report provides the financial and performance information for the Gulf Coast Ecosystem Restoration Council (RESTORE Council or Council), enabling the President, Congress, and the American people to assess the RESTORE Council’s performance as provided by the requirements of the:
eleventyNavigation:
Expand Down
2 changes: 1 addition & 1 deletion pages/reports/annual-performance-plans.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Annual Performance Plans
redirect_from:
- /resources/reports-plans/annual-performance-plans
- /resources/reports-plans/annual-performance-plans/
lead: >
Annual Performance Plans are used to communicate the agency’s strategic objectives and performance goals with other elements of the agency budget request. These plans describe how the goals will be achieved, identifies priorities among the goals, and explains how the agency will monitor progress.
eleventyNavigation:
Expand Down
2 changes: 1 addition & 1 deletion pages/reports/annual-reports-congress.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Annual Reports to Congress
redirect_from:
- /resources/reports-plans/annual-reports-congress
- /resources/reports-plans/annual-reports-congress/
lead: >
Annual Reports to Congress summarize the Council’s fiscal year activities
(October 1st - September 30th of the respective year), including but not
Expand Down
2 changes: 1 addition & 1 deletion pages/reports/centers-excellence.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Centers of Excellence
redirect_from:
- /resources/reports-plans/centers-excellence
- /resources/reports-plans/centers-excellence/
cms_hidden: false
eleventyNavigation:
key: centers-excellence
Expand Down
2 changes: 1 addition & 1 deletion pages/reports/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Reports
redirect_from:
- /resources
- /resources/
eleventyNavigation:
key: reports
parent: home
Expand Down
2 changes: 1 addition & 1 deletion pages/reports/reflections-on-restoration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Reflections on Restoration Progress
redirect_from:
- /reflections-on-restoration
- /reflections-on-restoration/
eleventyNavigation:
key: reflections
parent: reports
Expand Down
Loading
Loading