diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 526c385..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -public/ -resources/_gen/ -.hugo_build.lock diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 25b6752..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -date = '{{ .Date }}' -draft = true -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -+++ diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index defe21f..0000000 --- a/content/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "LoRa Vegas" ---- - -## Community - -- [Discord — Las Vegas Meshtastic](https://discord.gg/PLACEHOLDER) — local chat for LV mesh networking -- [Discord — Meshtastic (Official)](https://discord.gg/meshtastic) — the main Meshtastic community -- [Signal Group](https://signal.group/PLACEHOLDER) — Signal chat for local coordination - -## Meshtastic LongFast Settings - -Default channel settings for the Las Vegas area mesh: - -
Las Vegas Meshtastic & LoRa community
- - {{ .Content }} -{{ end }} diff --git a/themes/loravega/static/css/style.css b/themes/loravega/static/css/style.css deleted file mode 100644 index f48ba6c..0000000 --- a/themes/loravega/static/css/style.css +++ /dev/null @@ -1,82 +0,0 @@ -:root { - --bg: #0a0a0a; - --fg: #e0e0e0; - --accent: #4fc3f7; - --muted: #888; - --max-w: 600px; -} - -* { margin: 0; padding: 0; box-sizing: border-box; } - -body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - background: var(--bg); - color: var(--fg); - line-height: 1.6; - padding: 2rem 1rem; - max-width: var(--max-w); - margin: 0 auto; -} - -h1 { - font-size: 1.8rem; - margin-bottom: 0.25rem; -} - -.tagline { - color: var(--muted); - margin-bottom: 2rem; -} - -h2 { - font-size: 1.2rem; - margin-top: 2rem; - margin-bottom: 0.5rem; - border-bottom: 1px solid #222; - padding-bottom: 0.25rem; -} - -ul { - list-style: none; - padding: 0; -} - -li { - margin-bottom: 0.5rem; -} - -a { - color: var(--accent); - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -.settings { - background: #111; - border: 1px solid #222; - border-radius: 4px; - padding: 1rem; - margin-top: 0.5rem; - font-family: "SF Mono", "Fira Code", "Consolas", monospace; - font-size: 0.9rem; - line-height: 1.8; -} - -.settings .label { - color: var(--muted); -} - -.settings .value { - color: var(--accent); -} - -footer { - margin-top: 3rem; - color: var(--muted); - font-size: 0.8rem; - border-top: 1px solid #222; - padding-top: 1rem; -} diff --git a/themes/loravega/theme.toml b/themes/loravega/theme.toml deleted file mode 100644 index eae3659..0000000 --- a/themes/loravega/theme.toml +++ /dev/null @@ -1,3 +0,0 @@ -name = "loravega" -description = "Minimal single-page theme for lora.vegas" -min_version = "0.100.0"