-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
108 lines (102 loc) · 2.73 KB
/
mkdocs.yml
File metadata and controls
108 lines (102 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
site_name: Ham Stats — HF Propagation from Real Data
site_description: >-
Live HF band conditions and propagation predictions from 14 billion amateur radio
observations. Real-time solar flux, Kp index, storm impact, and band-by-band
activity from WSPR, RBN, PSK Reporter, and contest logs. Powered by IONIS.
site_author: Greg Beam, KI7MT
site_url: https://ham-stats.com/
repo_url: https://github.com/IONIS-AI/ionis-hamstats
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
primary: indigo
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- content.code.copy
markdown_extensions:
- tables
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
- social
- meta
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/IONIS-AI
name: IONIS-AI on GitHub
- icon: fontawesome/brands/python
link: https://pypi.org/project/ionis-validate/
name: ionis-validate on PyPI
- icon: material/book-open-variant
link: https://ionis-ai.com/
name: IONIS Documentation
generator: false
copyright: "© 2026 KI7MT — Powered by IONIS"
nav:
- Home: index.md
- Contests:
- Calendar: contests/index.md
- DXpeditions: contests/dxpeditions.md
- Recaps:
- ARRL DX CW 2026: contests/arrl-dx-cw-2026.md
- ARRL DX SSB 2026: contests/arrl-dx-ssb-2026.md
- Bands:
- bands/index.md
- 160m: bands/160m.md
- 80m: bands/80m.md
- 40m: bands/40m.md
- 30m: bands/30m.md
- 20m: bands/20m.md
- 17m: bands/17m.md
- 15m: bands/15m.md
- 12m: bands/12m.md
- 10m: bands/10m.md
- Solar:
- solar/index.md
- Current Conditions: solar/current.md
- Storm Impact: solar/storms.md
- Solar Cycle: solar/cycle.md
- Sources:
- sources/index.md
- WSPR: sources/wspr.md
- RBN: sources/rbn.md
- PSK Reporter: sources/pskr.md
- Contest: sources/contest.md
- Dataset:
- dataset/index.md
- Growth: dataset/growth.md
- Coverage: dataset/coverage.md
- Loggers:
- Market Share: loggers/index.md
- Participation: loggers/participation.md
- Methodology:
- methodology/index.md
- Signatures: methodology/signatures.md
- Data Quality: methodology/data-quality.md
- About: about.md