From b90bd046d47f07ea5c318278613ce2b43b313f0b Mon Sep 17 00:00:00 2001 From: Eli Holmes Date: Fri, 19 Jun 2026 17:04:52 -0700 Subject: [PATCH 1/3] Add front matter to resources.md Add YAML front matter for resources document. --- resources.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources.md b/resources.md index ab559d8..e05d2c4 100644 --- a/resources.md +++ b/resources.md @@ -1,3 +1,10 @@ +--- +title: "Resources" +site: distill::distill_website +output: + distill::distill_article +--- + # Resources How to Join the Fish-PACE User Group? Come to one of our events! From 050d2593a72c96e60eb74b92f19f3d6689011741 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 20 Jun 2026 00:05:56 +0000 Subject: [PATCH 2/3] Build site --- docs/resources.html | 12 ++++++------ docs/sitemap.xml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/resources.html b/docs/resources.html index cd89bbc..8888520 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -21,27 +21,27 @@ - Fish-PACE GitHub Org: Untitled + Fish-PACE GitHub Org: Resources - + - + @@ -1783,7 +1783,7 @@ @@ -1811,7 +1811,7 @@
-

resources

+

Resources

diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 93a9936..c8376a2 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -2,18 +2,18 @@ https://fish-pace.github.io/ - 2026-06-19T23:59:06+00:00 + 2026-06-20T00:05:03+00:00 https://fish-pace.github.io/LICENSE.html - 2026-06-19T23:59:06+00:00 + 2026-06-20T00:05:03+00:00 https://fish-pace.github.io/resources.html - 2026-06-19T23:59:06+00:00 + 2026-06-20T00:05:03+00:00 https://fish-pace.github.io/Trestle.html - 2026-06-19T23:59:06+00:00 + 2026-06-20T00:05:03+00:00 From 71fa2de31e3bd220fc995015e7aa4cb59271ebf2 Mon Sep 17 00:00:00 2001 From: Eli Holmes Date: Fri, 19 Jun 2026 17:10:19 -0700 Subject: [PATCH 3/3] Change resources link from markdown to HTML --- _site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site.yml b/_site.yml index b8481f4..e520a6b 100644 --- a/_site.yml +++ b/_site.yml @@ -11,7 +11,7 @@ navbar: search: false right: - text: "Resources" - href: resources.md + href: resources.html - text: "HackWeek 2026" href: https://fish-pace.github.io/hackweek-2025/ - icon: fab fa-github