feat: initial Hugo static site for lora.vegas

Minimal single-page site with custom loravega theme.
No external dependencies, no JavaScript, pure local CSS.

Sections: Mesh Channels, Discord Groups, Signal Groups, Meetup, Resources.
Includes LongFast settings reference and getting-started guide.

Closes #1
This commit is contained in:
2026-02-08 09:08:29 -08:00
parent 3b13d9cc53
commit 0cc1dafdd4
8 changed files with 185 additions and 0 deletions

10
hugo.toml Normal file
View File

@@ -0,0 +1,10 @@
baseURL = 'https://lora.vegas/'
languageCode = 'en-us'
title = 'LoRa Vegas — Las Vegas Meshtastic Community'
theme = 'loravega'
[markup.goldmark.renderer]
unsafe = true
[params]
description = 'Las Vegas LoRa and Meshtastic community hub'