fix: build warnings, broken link

This commit is contained in:
Iain Learmonth 2026-04-30 13:14:01 +01:00
parent ae7579356a
commit b6466ba523
4 changed files with 21 additions and 17 deletions

View file

@ -8,3 +8,5 @@ tags: [radio,research]
We have just wrapped up a project with the Guardian Project team exploring options for connectivity to allow for updates to software and content on the Butter Box and for communications between users of multiple Butter Boxes. We have explored two technologies: LoRA and WiFi HaLow. We have just wrapped up a project with the Guardian Project team exploring options for connectivity to allow for updates to software and content on the Butter Box and for communications between users of multiple Butter Boxes. We have explored two technologies: LoRA and WiFi HaLow.
[Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-connectivity) [Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-connectivity)
{/* truncate */}

View file

@ -10,3 +10,5 @@ As part of our latest development project with the Guardian Project team, we hav
Previously, the interface was a static site built with Jekyll, which offered no customisation options and was ill-suited for the portals dynamic requirements. It has now been replaced with a Python Flask application, a lightweight framework that allows developers to include only the necessary libraries, such as for localisation, minimising the applications footprint. Previously, the interface was a static site built with Jekyll, which offered no customisation options and was ill-suited for the portals dynamic requirements. It has now been replaced with a Python Flask application, a lightweight framework that allows developers to include only the necessary libraries, such as for localisation, minimising the applications footprint.
[Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-portal/) [Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-portal/)
{/* truncate */}

View file

@ -1,19 +1,19 @@
facebook: radio:
label: Facebook label: Radio
permalink: /facebook permalink: /radio
description: Facebook tag description description: Radio Connectivity
hello: research:
label: Hello label: Research
permalink: /hello permalink: /research
description: Hello tag description description: Research
docusaurus: development:
label: Docusaurus label: Development
permalink: /docusaurus permalink: /development
description: Docusaurus tag description description: Development
hola: portal:
label: Hola label: Portal
permalink: /hola permalink: /portal
description: Hola tag description description: Portal Interface

View file

@ -24,7 +24,7 @@ Tips for creating a content pack with a static website:
[Sample Static Website.zip](/img/docs/Sample%20Static%20Website.zip) [Sample Static Website.zip](/img/docs/Sample%20Static%20Website.zip)
You can also check out our [New Content Pack News](/blog/tags/contentpack). You can also check out our [New Content Pack News](/docs/content-packs).
### Get Started ### Get Started