mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-08-08 09:53:04 +02:00
Updated About page
This commit is contained in:
+41
-11
@@ -1,21 +1,51 @@
|
||||
---
|
||||
title: About Goldydocs
|
||||
title: Om STHLM-MESH
|
||||
linkTitle: About
|
||||
menu: {main: {weight: 10}}
|
||||
draft: true
|
||||
---
|
||||
|
||||
{{% blocks/cover title=" Goldydocs" image_anchor="top" height="min" %}}
|
||||
A sample site using the Docsy Hugo theme.
|
||||
{{% blocks/cover title="Om STHLM-MESH" image_anchor="top" height="min" %}}
|
||||
{{% /blocks/cover %}}
|
||||
|
||||
{{% blocks/section %}}
|
||||
|
||||
|
||||
|
||||
STHLM-MESH är ett community-drivet **open-source-projekt** som syftar till att bygga och dokumentera ett öppet LoRa Mesh-nätverk i Stockholm.
|
||||
Projektet drivs av entusiaster som vill utforska möjligheterna med decentraliserad kommunikation och verka för ett välfungerande mesh för alla i Stockholm.
|
||||
{{% /blocks/section %}}
|
||||
|
||||
{{% blocks/section color="white" %}}
|
||||
## Senaste medelanden
|
||||
{{% iframe src="https://meshtastic.roslund.cloud/api/v1/text-messages/embed?gateway_id=3663385928" width="100%" style="min-height:55vh;overflow: hidden;" %}}
|
||||
{{% blocks/section type="row" %}}
|
||||
{{% blocks/feature icon="fa-solid fa-gears" title="Backend" %}}
|
||||
Denna webbplats är byggd med de statiska site-generatorn [Hugo](https://gohugo.io/) och använder [Docsy](https://www.docsy.dev/) som tema.
|
||||
{{% /blocks/feature %}}
|
||||
|
||||
{{% blocks/feature icon="fa-solid fa-code-pull-request" title="Colaberation" %}}
|
||||
Källkoden för webbplatsen är öppen och tillgänglig på [GitHub](https://github.com/Roslund/sthlm-mesh), och vi uppmuntrar bidrag från communityt!
|
||||
{{% /blocks/feature %}}
|
||||
|
||||
{{% blocks/feature icon="fa-brands fa-square-github" title="Hosting" %}}
|
||||
Webbplatsen är hostad via [GitHub Pages](https://pages.github.com/), vilket möjliggör enkla uppdateringar och samarbete.
|
||||
{{% /blocks/feature %}}
|
||||
{{% /blocks/section %}}
|
||||
|
||||
|
||||
{{% blocks/section %}}
|
||||
## Bidra till projektet
|
||||
|
||||
Vi välkomnar bidrag i form av **pull requests**, förslag på förbättringar och rapportering av fel. Du kan hjälpa till genom att:
|
||||
|
||||
- Uppdatera eller förbättra dokumentationen
|
||||
- Föreslå eller skriva guider och artiklar
|
||||
- Rapportera problem eller buggar
|
||||
- Förbättra webbplatsens design och struktur
|
||||
|
||||
Vill du bidra? Kolla in vårt [GitHub-repo](https://github.com/Roslund/sthlm-mesh) och skicka en pull request! 😃
|
||||
|
||||
### Så här bidrar du
|
||||
1. Utforka vårt GitHub-repo
|
||||
2. Gör dina ändringar i en ny branch
|
||||
3. Skicka en pull request
|
||||
4. Diskutera och förbättra ditt bidrag tillsammans med communityt
|
||||
|
||||
|
||||
---
|
||||
|
||||
🎉 **Tack för att du är en del av STHLM Mesh!**
|
||||
{{% /blocks/section %}}
|
||||
Reference in New Issue
Block a user