generated from cloud-gov/pages-uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated federalist jekyll and also replaced iframe with just a simple…
… link (#13) * Updated federalist jekyll and also replaced iframe with just a simple link. * Allowing hash href links for htmlproofer.
- Loading branch information
Showing
15 changed files
with
5,753 additions
and
1,424 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Build and test Jekyll USWDS | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
name: Install, build and test site with pa11y-ci and htmlproofer. | ||
runs-on: ubuntu-latest | ||
env: | ||
LANG: en_US.UTF-8 | ||
LANGUAGE: en_US | ||
LC_ALL: en_US.UTF-8 | ||
|
||
steps: | ||
- name: Checkout source. | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup ruby env. | ||
run: | | ||
sudo apt-get update; | ||
sudo apt-get install --reinstall -y locales; | ||
sudo sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen; | ||
sudo locale-gen en_US.UTF-8; | ||
- name: Install ruby. | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
bundler-cache: true | ||
|
||
- name: Install node.js. | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' | ||
|
||
- name: Install NPM dependencies. | ||
run: npm install | ||
|
||
- name: Build and start up jekyll server. | ||
run: npm run build && npm run start-detached | ||
|
||
- name: Run pa11y-ci. | ||
run: npm run pa11y-ci:sitemap | ||
|
||
- name: Run htmlproofer. | ||
run: npm run htmlproofer |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"defaults": { | ||
"concurrency": 4, | ||
"standard": "WCAG2AA", | ||
"runners": ["axe"] | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: OPAT Accessibility Conformance Reports | ||
layout: wide | ||
layout: page | ||
sidenav: false | ||
permalink: /opats/ | ||
--- | ||
|
||
<div class="grid-container"> | ||
<iframe src="../opat/index.html" title="OPAT Accessibility Conformance Reports table report" width="100%" height="700px" style="border: 0;"></iframe> | ||
</div> | ||
# OPAT Accessibility Conformance Reports | ||
|
||
Introduction to be added here and then link to the [data table](../opat). |
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.