From a29fa268fe52af296679a77daa3873c4a91a71e1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 15 Feb 2024 19:22:25 +0000 Subject: [PATCH] Build site --- docs/CB.html | 1 + docs/Disclaimer.html | 1 + docs/FRAM.html | 1 + docs/LICENSE.html | 1 + docs/Trestle.html | 924 ++++++++++++++++++ .../empty-anchor.js | 15 + docs/index.html | 1 + docs/sitemap.xml | 14 +- 8 files changed, 953 insertions(+), 5 deletions(-) create mode 100644 docs/Trestle.html create mode 100644 docs/Trestle_files/accessible-code-block-0.0.1/empty-anchor.js diff --git a/docs/CB.html b/docs/CB.html index eef2b3c..9585e74 100644 --- a/docs/CB.html +++ b/docs/CB.html @@ -2315,6 +2315,7 @@ Home CB FRAM +Demo diff --git a/docs/Disclaimer.html b/docs/Disclaimer.html index 0018481..a236052 100644 --- a/docs/Disclaimer.html +++ b/docs/Disclaimer.html @@ -2240,6 +2240,7 @@ Home CB FRAM +Demo diff --git a/docs/FRAM.html b/docs/FRAM.html index e3bf109..e9b4bc8 100644 --- a/docs/FRAM.html +++ b/docs/FRAM.html @@ -2315,6 +2315,7 @@ Home CB FRAM +Demo diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 0ac5f63..4077f0e 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -2240,6 +2240,7 @@ Home CB FRAM +Demo diff --git a/docs/Trestle.html b/docs/Trestle.html new file mode 100644 index 0000000..b99ac72 --- /dev/null +++ b/docs/Trestle.html @@ -0,0 +1,924 @@ + + + + + + + + + + + + + + Trestle + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+

Trestle

+
+
+
+
+
    +
+
+
+
+
+
+
+
+
+

About

+

This is a postcards template. See https://github.com/seankross/postcards for other templates.

+
+
+
+
+
+ +
+
+
+
+
+ +
+
+

Trestle

+
+
+ +
+
+
+
+
+
+
+
+

About

+

This is a postcards template. See https://github.com/seankross/postcards for other templates.

+
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/docs/Trestle_files/accessible-code-block-0.0.1/empty-anchor.js b/docs/Trestle_files/accessible-code-block-0.0.1/empty-anchor.js new file mode 100644 index 0000000..ca349fd --- /dev/null +++ b/docs/Trestle_files/accessible-code-block-0.0.1/empty-anchor.js @@ -0,0 +1,15 @@ +// Hide empty tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) --> +// v0.0.1 +// Written by JooYoung Seo (jooyoung@psu.edu) and Atsushi Yasumoto on June 1st, 2020. + +document.addEventListener('DOMContentLoaded', function() { + const codeList = document.getElementsByClassName("sourceCode"); + for (var i = 0; i < codeList.length; i++) { + var linkList = codeList[i].getElementsByTagName('a'); + for (var j = 0; j < linkList.length; j++) { + if (linkList[j].innerHTML === "") { + linkList[j].setAttribute('aria-hidden', 'true'); + } + } + } +}); diff --git a/docs/index.html b/docs/index.html index bd22b71..34429ef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -832,6 +832,7 @@ Home CB FRAM + Demo diff --git a/docs/sitemap.xml b/docs/sitemap.xml index e7a8850..ec0cb77 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -2,22 +2,26 @@ https://noaa-nwfsc.github.io/CB.html - 2024-02-15T18:35:28+00:00 + 2024-02-15T19:21:17+00:00 https://noaa-nwfsc.github.io/Disclaimer.html - 2024-02-15T18:35:28+00:00 + 2024-02-15T19:21:17+00:00 https://noaa-nwfsc.github.io/FRAM.html - 2024-02-15T18:35:28+00:00 + 2024-02-15T19:21:17+00:00 https://noaa-nwfsc.github.io/ - 2024-02-15T18:35:28+00:00 + 2024-02-15T19:21:17+00:00 https://noaa-nwfsc.github.io/LICENSE.html - 2024-02-15T18:35:28+00:00 + 2024-02-15T19:21:17+00:00 + + + https://noaa-nwfsc.github.io/Trestle.html + 2024-02-15T19:21:17+00:00