Compare commits

1 Commits

Author SHA1 Message Date
4242c483ff Merge pull request 'feat: initial Hugo static site (closes #1)' (#2) from feat/initial-site into main
All checks were successful
Build and Deploy to Cloudflare Pages / build (push) Successful in 5s
Build and Deploy to Cloudflare Pages / deploy (push) Successful in 27s
Reviewed-on: #2
2026-02-10 12:28:21 +01:00
3 changed files with 37 additions and 42 deletions

View File

@@ -4,32 +4,39 @@ title: "LoRa Vegas"
## Mesh Channels
- **LV Traffic** — <a href="https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB" class="mono-link">https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB</a>
- **LASMeshMeet** — <a href="https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB" class="mono-link">https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB</a>
- **LongFast** — Set region to **US**, modem preset to **LongFast**
Join these channels on your Meshtastic radio:
## Signal Groups
- **LV Traffic** — [Add channel](https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB)
- **LASMeshMeet** (meetup coordination) — [Add channel](https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB)
- **LongFast** (default) — just set your region to **US** and modem preset to **LongFast**
- **Vegas-LongFast** — <a href="https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_" class="mono-link">https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_</a>
## Discord Groups
## Discord
- [LASmesh](https://discord.gg/968aSXf7XX)
- [LASmesh](https://discord.gg/968aSXf7XX) — Las Vegas mesh networking community
- [MeshEnvy](https://discord.gg/BuhrxH7nyu)
- [VegasMesh](https://discord.gg/YEWmnKEEVe)
## Meetups
## Signal Groups
### Upcoming
- [Vegas-LongFast](https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_) — local coordination
- **#2** — April 13, 2026, 7 PM, location TBD
## Meetup
### Past
Vegas LoRa meetups:
- **#1** — Feb 4, 2026, 7 PM at Lee's Sandwiches
- **#2** — April 13, 2026, 7 PM, location TBD
## Resources
- [LASmesh website](https://lasmesh.com/)
- [Vegas MeshSense](http://las.packetflood.net:44920/) — live mesh network monitor
- [Meshtastic project](https://meshtastic.org)
## LongFast Settings
Default channel settings for the Las Vegas area mesh:
<div class="settings">
<span class="label">Frequency:</span> <span class="value">906.875 MHz</span><br>
<span class="label">Modem Preset:</span> <span class="value">LongFast</span><br>
@@ -39,12 +46,15 @@ title: "LoRa Vegas"
<span class="label">Encryption:</span> <span class="value">Default (AQ==)</span><br>
</div>
## Meshcore
These are the standard Meshtastic LongFast defaults for the US region. Just set your region to **US** and modem preset to **LongFast** and you'll be on the same channel as everyone else.
TBD
## What is Meshtastic?
## Resources
[Meshtastic](https://meshtastic.org) is an open-source project that lets you build long-range, off-grid mesh communication networks using inexpensive LoRa radios. No cell service, no internet — just radio.
- [LASmesh website](https://lasmesh.com/)
- [Vegas MeshSense](http://las.packetflood.net:44920/)
- [Meshtastic](https://meshtastic.org)
## Get Started
1. Get a [supported LoRa radio](https://meshtastic.org/docs/hardware/devices/) (Heltec V3, T-Beam, RAK, etc.)
2. Flash [Meshtastic firmware](https://flasher.meshtastic.org)
3. Set region to **US**, modem preset to **LongFast**
4. Join the community links above

View File

@@ -5,9 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Site.Title }}</title>
<meta name="description" content="{{ .Site.Params.description }}">
<style>
{{ readFile "themes/loravega/static/css/style.css" | safeCSS }}
</style>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
{{ block "main" . }}{{ end }}

View File

@@ -1,8 +1,8 @@
:root {
--bg: #ffffff;
--fg: #1a1a1a;
--accent: #0066cc;
--muted: #666;
--bg: #0a0a0a;
--fg: #e0e0e0;
--accent: #4fc3f7;
--muted: #888;
--max-w: 600px;
}
@@ -32,18 +32,10 @@ h2 {
font-size: 1.2rem;
margin-top: 2rem;
margin-bottom: 0.5rem;
border-bottom: 1px solid #e0e0e0;
border-bottom: 1px solid #222;
padding-bottom: 0.25rem;
}
h3 {
font-size: 1rem;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
font-weight: 600;
color: var(--muted);
}
ul {
list-style: none;
padding: 0;
@@ -63,8 +55,8 @@ a:hover {
}
.settings {
background: #f8f8f8;
border: 1px solid #e0e0e0;
background: #111;
border: 1px solid #222;
border-radius: 4px;
padding: 1rem;
margin-top: 0.5rem;
@@ -81,15 +73,10 @@ a:hover {
color: var(--accent);
}
.mono-link {
font-family: "SF Mono", "Fira Code", "Consolas", monospace;
font-size: 0.85rem;
}
footer {
margin-top: 3rem;
color: var(--muted);
font-size: 0.8rem;
border-top: 1px solid #e0e0e0;
border-top: 1px solid #222;
padding-top: 1rem;
}