Skip to content

Commit

Permalink
Combine cycling with camping into outdoorsy
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv committed Sep 15, 2024
1 parent 74fcaa9 commit 3cc5392
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 41 deletions.
6 changes: 3 additions & 3 deletions app/(aspects)/civil/visionzero/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ On the other hand, progress is sometimes slow, sometimes non-existent, as waves
of car-centrism ebb and flow more or less in synchrony with conservatism
majorities on the wheels of the public sphere.

Rio, São Paulo, and Vancouver can and should and do more to make car dependency
a thing of the past, so becoming car-free becomes not a privilege of the few,
but a feasible choice for anyone. Owning a car should be a matter of personal
Rio, São Paulo, and Vancouver can and should do more to make car dependency a
thing of the past. Becoming car-free should not be a privilege for a few, but a
feasible choice for anyone. Owning a car should be a matter of personal
preference as much as its color. It should not be a necessary condition for
getting access to employment or leisure.

Expand Down
29 changes: 0 additions & 29 deletions app/(aspects)/cycle/touring/page.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ⚙️ Cycling Gear
# Cycling Gear

[dogpacking-the-moose]: https://www.dogpacking.au/riversidetouring520.html

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Park, CampingEquipmentType, ParkReserveLink } from "@/components/park-reserve-link";

# 🏕️ Bike Packing
# Camping & Bike Touring

## Metro Vancouver, Lower Mainland & Vancouver Island
## Metro Vancouver & Vancouver Island

Resources: [BC Parks Camping][bc-parks] // [Parks Canada Camping][pc-parks] //
[Discover Parks][discover] // [Summer Bike Bus][bike-bus]
Expand Down Expand Up @@ -55,8 +55,8 @@ through August, [double check exact dates][bike-bus].

[swb-tsa]: https://www.bcferries.com/routes-fares/schedules/daily/SWB-TSA

⛺🌲 frontcountry primitive campsites (May 15 to Sept 30)
<ParkReserveLink park={Park.GulfIslandsNPR} />
⛺🌲 frontcountry primitive campsites (May 15 to Sept 30) <ParkReserveLink
park={Park.GulfIslandsNPR} />

- ~03 km from Swartz Bay to [SMONEĆTEN (Vancouver Island)][smonecten]
<ParkReserveLink park={Park.SMONEĆTEN} />
Expand Down Expand Up @@ -206,3 +206,23 @@ exact dates][bike-bus].
#### Beaumont

Another campsite in Pender Island.

# Touring Progression

### Vancouver Journey

Changelog:

- 2024-08-19: I tested the transition from Prospect Point Trail to Stanley Park
Causeway and it's pretty alright. It's a pedestrian-heavy area but it's no
issue to walk the bike 100 meters. It's a place that calls for a stop anyway.
The Stanley Park Causeway itself is the problem, as the traffic coming down
Lions Gate is very noisy. It's possible to fly down the bike lane too, but the
big vehicles detract from the experience; cool to do once but not interested
in repeating it. I'd like to replace this segment of the route but I don't
know if that's possible without giving up Prospect Point and there are no
alternative bike trails in the right side of the park.

#### Victoria

#### Central Valley Greenway
File renamed without changes.
8 changes: 4 additions & 4 deletions components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export function Sidebar() {
<a href="/civil">🗳️ citizen</a>,
</li>
<li>
<a href="/coffee">☕ barista</a>,
<a href="/outdoor">🗺️ outdoorsy</a>,
</li>
<li>
<a href="/cycle">🚲 cyclist</a>,
<a href="/coffee">☕ barista</a>,
</li>
<li>🥘 cook,</li>
<li>
Expand Down Expand Up @@ -43,8 +43,8 @@ export function Sidebar() {
</a>
</li>
<li>
<a rel="me" href="https://bookwyrm.social/user/villasv">
📚 BookWyrm
<a rel="me" href="http://neodb.social/users/villasv/">
📚 NeoDB
</a>
</li>
</ul>
Expand Down

0 comments on commit 3cc5392

Please sign in to comment.