From ef3f626cad4e93c2a2816432987359eb569b9dbe Mon Sep 17 00:00:00 2001 From: murraylovecode Date: Sun, 16 Aug 2026 12:23:33 -0700 Subject: [PATCH] Add safe research discovery layer --- .github/workflows/validate-site.yml | 17 +++++ favicon.svg | 4 ++ index.html | 89 +++++++++++++++++++++++++- projects.json | 57 +++++++++++++++++ robots.txt | 4 ++ scripts/validate_site.py | 99 +++++++++++++++++++++++++++++ sitemap.xml | 8 +++ 7 files changed, 277 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/validate-site.yml create mode 100644 favicon.svg create mode 100644 projects.json create mode 100644 robots.txt create mode 100644 scripts/validate_site.py create mode 100644 sitemap.xml diff --git a/.github/workflows/validate-site.yml b/.github/workflows/validate-site.yml new file mode 100644 index 0000000..0cefd0f --- /dev/null +++ b/.github/workflows/validate-site.yml @@ -0,0 +1,17 @@ +name: Validate public hub + +on: + pull_request: + push: + branches: [main] + +permissions: + contents: read + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Validate HTML, discovery files and project directory + run: python3 scripts/validate_site.py diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..eeee948 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,4 @@ + + + OFF + diff --git a/index.html b/index.html index 0309eed..7eeb7a2 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,54 @@ + + + + + + + + Open Future Forum Research and Resources +