-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Consolidates partner agency data - Removes _data/featured_agencies.yml - Adds `featured` boolean to _data/agencies.yml - Fixes HHS full name so it's findable - Simplifies partner agency logo info, from paths -> filenames. - Renames collections.{collection name} from singular to plural, e.g. to collections.posts - Replaces site.baseurl for simple links. Image sources and breadcrumbs were left as-is for later. - Adds back featured projects/agencies to homepage. - Improves footer of blog post show page - Simplifies featured-posts partial, to limit entries by default - Adds back the next/prev blog post links - RISKY: Removes the reference to styles.css. It doesn't seem to have affected styles, since the built styles are loaded elsewhere, but now link checks are passing. - Adds `npm run precommit` command to run a full rebuild and run html and link tests Todos: - It would be nice to have an {% agency_logo %} shortcode, so we don't have the path to the agency logo folder as literals in multiple places.
- Loading branch information
Showing
21 changed files
with
232 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,144 @@ | ||
- name: U.S. Air Force | ||
logo: /assets/img/logos/agencies/usaf.png | ||
- name: U.S. Army | ||
logo: /assets/img/logos/agencies/us-army.png | ||
- name: U.S. Marine Corps | ||
- | ||
name: U.S. Air Force | ||
acronym: USAF | ||
logo: usaf.png | ||
featured: true | ||
- | ||
name: U.S. Army | ||
logo: us-army.png | ||
- | ||
name: U.S. Marine Corps | ||
acronym: USMC | ||
logo: /assets/img/logos/agencies/usmc.png | ||
- name: U.S. Navy | ||
logo: /assets/img/logos/agencies/us-navy.png | ||
- name: Centers for Medicare and Medicaid Services | ||
logo: /assets/img/logos/agencies/centers-for-medicare-and-medicaid.png | ||
- name: Consumer Financial Protection Bureau | ||
logo: usmc.png | ||
- | ||
name: U.S. Navy | ||
logo: us-navy.png | ||
- | ||
name: Centers for Medicare and Medicaid Services | ||
logo: centers-for-medicare-and-medicaid.png | ||
- | ||
name: Consumer Financial Protection Bureau | ||
acronym: CFPB | ||
logo: /assets/img/logos/agencies/cfpb.png | ||
- name: Department of Agriculture | ||
logo: cfpb.png | ||
- | ||
name: Department of Agriculture | ||
acronym: USDA | ||
logo: /assets/img/logos/agencies/USDA.svg | ||
- name: Department of Education | ||
logo: /assets/img/logos/agencies/USDE.png | ||
- name: Department of Health and Human Services | ||
logo: /assets/img/logos/agencies/USDHHS.png | ||
- name: Department of the Interior | ||
logo: /assets/img/logos/agencies/USDOI.svg | ||
- name: Department of Justice | ||
logo: /assets/img/logos/agencies/USDOJ.png | ||
- name: Department of State | ||
logo: /assets/img/logos/agencies/USDS.png | ||
- name: Department of the Treasury | ||
logo: /assets/img/logos/agencies/USDT.png | ||
- name: Federal Bureau of Investigation | ||
logo: USDA.svg | ||
- | ||
name: Department of Education | ||
logo: USDE.png | ||
- | ||
name: Department of Health and Human Services | ||
acronym: HHS | ||
logo: USDHHS.png | ||
featured: true | ||
- | ||
name: Department of the Interior | ||
acronym: DOI | ||
logo: USDOI.svg | ||
featured: true | ||
- | ||
name: Department of Justice | ||
acronym: DOJ | ||
logo: USDOJ.png | ||
featured: true | ||
- | ||
name: Department of State | ||
logo: USDS.png | ||
- | ||
name: Department of the Treasury | ||
logo: USDT.png | ||
- | ||
name: Federal Bureau of Investigation | ||
acronym: FBI | ||
logo: /assets/img/logos/agencies/fbi.png | ||
- name: Federal Election Commission | ||
logo: fbi.png | ||
- | ||
name: Federal Election Commission | ||
acronym: FEC | ||
logo: /assets/img/logos/agencies/fec.svg | ||
- name: Federal Emergency Management Agency | ||
logo: fec.svg | ||
- | ||
name: Federal Emergency Management Agency | ||
acronym: FEMA | ||
logo: /assets/img/logos/agencies/fema.png | ||
- name: Federal Retirement Thrift Investment Board | ||
logo: /assets/img/logos/agencies/frtib.png | ||
- name: General Services Administration | ||
logo: fema.png | ||
- | ||
name: Federal Retirement Thrift Investment Board | ||
logo: frtib.png | ||
- | ||
name: General Services Administration | ||
acronym: GSA | ||
logo: /assets/img/logos/gsa-logo.svg | ||
- name: National Geospatial-Intelligence Agency | ||
logo: gsa-logo.svg | ||
- | ||
name: National Geospatial-Intelligence Agency | ||
acronym: NGA | ||
logo: /assets/img/logos/agencies/nga.png | ||
- name: National Institute of Standards and Technology | ||
logo: nga.png | ||
- | ||
name: National Institute of Standards and Technology | ||
acronym: NIST | ||
logo: /assets/img/logos/agencies/nist.png | ||
- name: National Oceanic and Atmospheric Administration | ||
logo: nist.png | ||
- | ||
name: National Oceanic and Atmospheric Administration | ||
acronym: NOAA | ||
logo: /assets/img/logos/agencies/noaa.png | ||
- name: National Science Foundation | ||
logo: noaa.png | ||
- | ||
name: National Science Foundation | ||
acronym: NSF | ||
logo: /assets/img/logos/agencies/nsf.png | ||
- name: The Library of Congress | ||
logo: /assets/img/logos/agencies/loc.png | ||
- name: U.S. Tax Court | ||
logo: /assets/img/logos/agencies/tax-court.png | ||
- name: Environmental Protection Agency | ||
logo: nsf.png | ||
- | ||
name: The Library of Congress | ||
logo: loc.png | ||
- | ||
name: U.S. Tax Court | ||
logo: tax-court.png | ||
- | ||
name: Environmental Protection Agency | ||
acronym: EPA | ||
logo: /assets/img/logos/agencies/EPA.png | ||
- name: National Aeronautics and Space Administration | ||
logo: EPA.png | ||
- | ||
name: National Aeronautics and Space Administration | ||
acronym: NASA | ||
logo: /assets/img/logos/agencies/NASA.svg | ||
- name: National Archives and Records Administration | ||
logo: NASA.svg | ||
- | ||
name: National Archives and Records Administration | ||
acronym: NARA | ||
logo: /assets/img/logos/agencies/NARA.png | ||
- name: Nuclear Regulatory Commission | ||
logo: /assets/img/logos/agencies/NRC.svg | ||
- name: Office of Management and Budget | ||
logo: NARA.png | ||
- | ||
name: Nuclear Regulatory Commission | ||
logo: NRC.svg | ||
- | ||
name: Office of Management and Budget | ||
acronym: OMB | ||
logo: /assets/img/logos/agencies/OMB.svg | ||
- name: Office of Personnel Management | ||
logo: OMB.svg | ||
featured: true | ||
- | ||
name: Office of Personnel Management | ||
acronym: OPM | ||
logo: /assets/img/logos/agencies/OPM.svg | ||
- name: Alaska Department of Health and Social Services | ||
logo: /assets/img/logos/agencies/alaska-dhss.png | ||
- name: California Child Welfare Digital Services | ||
logo: OPM.svg | ||
- | ||
name: Alaska Department of Health and Social Services | ||
logo: alaska-dhss.png | ||
- | ||
name: California Child Welfare Digital Services | ||
acronym: CWDS | ||
logo: /assets/img/logos/agencies/cwds.png | ||
- name: State of Vermont Agency of Human Services | ||
logo: /assets/img/logos/agencies/vermont.png | ||
- name: Securities and Exchange Commission | ||
logo: cwds.png | ||
- | ||
name: State of Vermont Agency of Human Services | ||
logo: vermont.png | ||
- | ||
name: Securities and Exchange Commission | ||
acronym: SEC | ||
logo: /assets/img/logos/agencies/SEC.svg | ||
- name: Small Business Administration | ||
logo: SEC.svg | ||
- | ||
name: Small Business Administration | ||
acronym: SBA | ||
logo: /assets/img/logos/agencies/SBA.svg | ||
- name: Social Security Administration | ||
logo: /assets/img/logos/agencies/SSA.png | ||
- name: U.S. Postal Service | ||
logo: SBA.svg | ||
- | ||
name: Social Security Administration | ||
logo: SSA.png | ||
- | ||
name: State of Wisconsin | ||
logo: wisconsin.svg | ||
featured: true | ||
- | ||
name: U.S. Postal Service | ||
acronym: USPS | ||
logo: /assets/img/logos/agencies/USPS.svg | ||
logo: USPS.svg |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.