new theme and some link fixes

This commit is contained in:
Hibby 2024-04-02 01:01:13 +01:00
parent e70d6dc50c
commit 32ccd0903e
No known key found for this signature in database
5 changed files with 13 additions and 10 deletions

View File

@ -1 +1,3 @@
# About Equipment
This section will hold information on antennas, radios and perhaps coax.

View File

@ -28,7 +28,7 @@ The key things you will need are:
If you don't want to spend a lot of money to dip your toe in, you don't have to. The only things you'll need are a radio, a computer and a cable to interface between the two. Everything else can run as software.
Have a look to see if you have a [proven radio](radios/index.md) and install [QtSoundModem](modems/qtsm.md) and [QtTermTCP](clients/qtttcp.md) to access someone else's node.
Have a look to see if you have a [proven radio](equipment/radios.md) and install [QtSoundModem](modems/qtsm.md) and [QtTermTCP](clients/qtttcp.md) to access someone else's node.
I'd recommend trying 1200bd on VHF or UHF first, but slower modes on HF are perfectly do-able as well if you're on an island or stuck in a ditch,

View File

@ -21,6 +21,9 @@ sudo nano /etc/bpq32.cfg
sudo chown :linbpq /etc/bpq32.cfg
sudo chmod 644 /etc/bpq32.cfg
```
!!! note
Without a config file installed to /etc/bpq32.cfg, bpq will not start
## Configure

View File

@ -2,6 +2,8 @@
The linux native stack is highly configurable and can be easily installed on all Debian distros.
More detailed configuration instructions and explanations can be found [here](../config/linux.md)
## Install
To get a basic node setup, the minimum viable software is:

View File

@ -27,16 +27,12 @@ nav:
- repo.md
- Glossary: glossary.md
theme:
name: readthedocs
navigation_depth: 5
collapse_navigation: false
sticky_navigation: true
prev_next_buttons_location: none
plugins:
- search
theme:
name: material
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences