Frontier Moto: motorcycle knowledge, routes, maintenance, equipment and recovery guidance for riders across East Africa. Static site, no framework.
# Frontier Moto
Source for Frontier Moto, an East African motorcycle competence, support and
culture brand. Riding skills, route notes, roadside survival, maintenance,
equipment, workshop services and recovery guidance for riders across Kenya,
Uganda, Tanzania and Rwanda.
**Live:**
luishowin.github.io
Static HTML/CSS/JS, served by GitHub Pages from `docs/`. No framework, no npm
dependency, no runtime JavaScript for content. The HTML in `docs/` is generated
from `content/` and committed, so hosting, SEO and local preview work like any
hand written static site.
## Structure
```
docs/ the published site (GitHub Pages serves from here)
index.html homepage
ride/ navigate/ survive/ maintain/ market/ news/ section pages
workshop/ recovery/ the two pages with their own structure
field/ / article detail pages
legal/ 404.html support pages
robots.txt sitemap.xml site.webmanifest favicon.svg favicon.ico
assets/css/index.css tokens, then components, in one file
assets/js/index.js theme, pinned header, menu, reveal, demo forms
assets/img/ photographs as AVIF + JPEG, one SVG plate, MANIFEST.md
assets/photos/ SOURCE photographs, not published
content/ the SOURCE. Never edit docs/*.html by hand
site.json brand, nav, footer, base URL
sections.json the six index entries and the six section pages,
plus the optional reference plate some carry
articles.json every article preview, plus full bodies for three
checklists.json checklists and numbered step sequences
technical.json routes, service intervals, component callouts
market.json equipment, listings, buying guides
workshop.json services, scope, quoting practice
images.json every image slot: caption and alt text by hand,
dimensions and widths written by build_photos.py
scripts/
build …