diff --git a/content/_index.md b/content/_index.md
index 7354d4b..a5fd517 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -4,39 +4,32 @@ title: "LoRa Vegas"
## Mesh Channels
-Join these channels on your Meshtastic radio:
-
-- **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**
-
-## Discord Groups
-
-- [LASmesh](https://discord.gg/968aSXf7XX) — Las Vegas mesh networking community
-- [MeshEnvy](https://discord.gg/BuhrxH7nyu)
-- [VegasMesh](https://discord.gg/YEWmnKEEVe)
+- **LV Traffic** — https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB
+- **LASMeshMeet** — https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB
+- **LongFast** — Set region to **US**, modem preset to **LongFast**
## Signal Groups
-- [Vegas-LongFast](https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_) — local coordination
+- **Vegas-LongFast** — https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_
-## Meetup
+## Discord
-Vegas LoRa meetups:
+- [LASmesh](https://discord.gg/968aSXf7XX)
+- [MeshEnvy](https://discord.gg/BuhrxH7nyu)
+- [VegasMesh](https://discord.gg/YEWmnKEEVe)
+
+## Meetups
+
+### Upcoming
-- **#1** — Feb 4, 2026, 7 PM at Lee's Sandwiches
- **#2** — April 13, 2026, 7 PM, location TBD
-## Resources
+### Past
-- [LASmesh website](https://lasmesh.com/)
-- [Vegas MeshSense](http://las.packetflood.net:44920/) — live mesh network monitor
-- [Meshtastic project](https://meshtastic.org)
+- **#1** — Feb 4, 2026, 7 PM at Lee's Sandwiches
## LongFast Settings
-Default channel settings for the Las Vegas area mesh:
-
Frequency: 906.875 MHz
Modem Preset: LongFast
@@ -46,15 +39,12 @@ Default channel settings for the Las Vegas area mesh:
Encryption: Default (AQ==)
-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.
+## Meshcore
-## What is Meshtastic?
+TBD
-[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.
+## Resources
-## 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
+- [LASmesh website](https://lasmesh.com/)
+- [Vegas MeshSense](http://las.packetflood.net:44920/)
+- [Meshtastic](https://meshtastic.org)
diff --git a/themes/loravega/layouts/_default/baseof.html b/themes/loravega/layouts/_default/baseof.html
index 0e7cb79..8d6f0ca 100644
--- a/themes/loravega/layouts/_default/baseof.html
+++ b/themes/loravega/layouts/_default/baseof.html
@@ -5,7 +5,9 @@
{{ .Site.Title }}
-
+
{{ block "main" . }}{{ end }}
diff --git a/themes/loravega/static/css/style.css b/themes/loravega/static/css/style.css
index f48ba6c..9536f77 100644
--- a/themes/loravega/static/css/style.css
+++ b/themes/loravega/static/css/style.css
@@ -1,8 +1,8 @@
:root {
- --bg: #0a0a0a;
- --fg: #e0e0e0;
- --accent: #4fc3f7;
- --muted: #888;
+ --bg: #ffffff;
+ --fg: #1a1a1a;
+ --accent: #0066cc;
+ --muted: #666;
--max-w: 600px;
}
@@ -32,10 +32,18 @@ h2 {
font-size: 1.2rem;
margin-top: 2rem;
margin-bottom: 0.5rem;
- border-bottom: 1px solid #222;
+ border-bottom: 1px solid #e0e0e0;
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;
@@ -55,8 +63,8 @@ a:hover {
}
.settings {
- background: #111;
- border: 1px solid #222;
+ background: #f8f8f8;
+ border: 1px solid #e0e0e0;
border-radius: 4px;
padding: 1rem;
margin-top: 0.5rem;
@@ -73,10 +81,15 @@ 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 #222;
+ border-top: 1px solid #e0e0e0;
padding-top: 1rem;
}