feat: initial Hugo static site for lora.vegas

This commit is contained in:
user
2026-02-08 08:47:33 -08:00
commit 6379c894d2
8 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{{ define "main" }}
<h1>📡 LoRa Vegas</h1>
<p class="tagline">Las Vegas Meshtastic &amp; LoRa community</p>
{{ .Content }}
{{ end }}