diff --git a/.gitignore b/.gitignore index 5b4f715..b2d6de3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,3 @@ npm-debug.log* yarn-debug.log* yarn-error.log* - -# IntelliJ -/.idea diff --git a/blog/2026-04-13-connectivity.md b/blog/2026-04-13-connectivity.mdx similarity index 96% rename from blog/2026-04-13-connectivity.md rename to blog/2026-04-13-connectivity.mdx index 2f27952..f9e74ca 100644 --- a/blog/2026-04-13-connectivity.md +++ b/blog/2026-04-13-connectivity.mdx @@ -8,5 +8,3 @@ 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. [Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-connectivity) - -{/* truncate */} diff --git a/blog/2026-04-23-portal-improvements.md b/blog/2026-04-23-portal-improvements.mdx similarity index 97% rename from blog/2026-04-23-portal-improvements.md rename to blog/2026-04-23-portal-improvements.mdx index d22d6ff..9fcf3a8 100644 --- a/blog/2026-04-23-portal-improvements.md +++ b/blog/2026-04-23-portal-improvements.mdx @@ -10,5 +10,3 @@ 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 portal’s 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 application’s footprint. [Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-portal/) - -{/* truncate */} diff --git a/blog/tags.yml b/blog/tags.yml index 7845d76..bfaa778 100644 --- a/blog/tags.yml +++ b/blog/tags.yml @@ -1,19 +1,19 @@ -radio: - label: Radio - permalink: /radio - description: Radio Connectivity +facebook: + label: Facebook + permalink: /facebook + description: Facebook tag description -research: - label: Research - permalink: /research - description: Research +hello: + label: Hello + permalink: /hello + description: Hello tag description -development: - label: Development - permalink: /development - description: Development +docusaurus: + label: Docusaurus + permalink: /docusaurus + description: Docusaurus tag description -portal: - label: Portal - permalink: /portal - description: Portal Interface +hola: + label: Hola + permalink: /hola + description: Hola tag description diff --git a/docs/content-packs/index.mdx b/docs/content-packs/index.mdx index 43e11b5..f3efa59 100644 --- a/docs/content-packs/index.mdx +++ b/docs/content-packs/index.mdx @@ -24,7 +24,7 @@ Tips for creating a content pack with a static website: [Sample Static Website.zip](/img/docs/Sample%20Static%20Website.zip) -You can also check out our [New Content Pack News](/docs/content-packs). +You can also check out our [New Content Pack News](/blog/tags/contentpack). ### Get Started