Colombia Trip Notes¶
Private notes for planning and traveling around Colombia.
Sections¶
- Cities & Regions — notes per city (Bogotá, Medellín, and more as they're added)
- Logistics — flights, transport, accommodation, budget
- Safety — areas to avoid, emergency contacts, health notes
How this site is organized¶
Navigation is generated automatically from the docs/ folder structure — there's no nav:
list to maintain in mkdocs.yml. To add content:
- A new city or region → add a Markdown file under
docs/cities/ - A new top-level topic → add a Markdown file directly under
docs/, or a new subfolder for a group of related pages
Pages are sorted alphabetically and titled from their first # Heading, so just add the file
and give it a clear H1 — no other config needed. Top-level order and section titles are set
once via small .pages files (docs/.pages, docs/cities/.pages) — new pages added inside an
existing folder don't need any .pages change, they just slot in alphabetically.