40 lines
763 B
YAML
40 lines
763 B
YAML
site_name: Hibby's Packet Radio Guide
|
|
site_url: https://people.debian.org/~hibby
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- About: about.md
|
|
- Beginner's Guide: beginners-guide.md
|
|
- Radio Equipment:
|
|
- equipment/index.md
|
|
- equipment/antennas.md
|
|
- equipment/radios.md
|
|
- Modems:
|
|
- modems/index.md
|
|
- modems/ninotnc.md
|
|
- modems/qtsm.md
|
|
- modems/direwolf.md
|
|
- Clients:
|
|
- clients/qtttcp.md
|
|
- Software Setup:
|
|
- software.md
|
|
- install/bpq.md
|
|
- install/linux.md
|
|
- Node Configuration:
|
|
- config/bpq.md
|
|
- config/linux.md
|
|
- Misc:
|
|
- repo.md
|
|
- Glossary: glossary.md
|
|
|
|
theme:
|
|
name: material
|
|
font: false
|
|
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: true
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|