diff --git a/.github/workflows/validate-site.yml b/.github/workflows/validate-site.yml new file mode 100644 index 0000000..3a7e863 --- /dev/null +++ b/.github/workflows/validate-site.yml @@ -0,0 +1,23 @@ +name: Validate site + +on: + pull_request: + push: + branches: [main] + +permissions: + contents: read + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + - name: Validate high-fidelity static site + env: + PYTHONPYCACHEPREFIX: ${{ runner.temp }}/pycache + run: | + python3 -m py_compile scripts/validate_site.py + python3 scripts/validate_site.py + git diff --check diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ee8417 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.py[cod] +.DS_Store +Thumbs.db +*.tmp +*.bak +*.swp diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..b0a1b94 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,5 @@ +Contact: mailto:contact@bridgenode7.com?subject=Bridge%20Node%207%20Security%20Report +Expires: 2027-08-04T23:59:59Z +Canonical: https://bridgenode7.com/.well-known/security.txt +Policy: https://github.com/Bridge-Node-7/bridge-node-7.github.io/security/policy +Preferred-Languages: en diff --git a/404.html b/404.html index 2c11915..b61e66c 100644 --- a/404.html +++ b/404.html @@ -1,26 +1,22 @@ - -
404 · Beyond the current map
This path sits beyond the current public map.