From c74c8d32e14a45e024e13b250562630ec869fb6c Mon Sep 17 00:00:00 2001
From: Josh
Date: Mon, 2 Jun 2025 18:38:04 -0700
Subject: [PATCH 1/3] add ride riding page; move some org-specific stuff from
Community menu to About menu
---
netlify.toml | 6 +++
site/content/pages/contact.md | 2 +-
site/content/pages/donate.md | 2 +-
site/content/pages/going-on-a-ride.md | 49 +++++++++++++++++++
site/content/pages/groups.md | 2 +-
site/content/pages/lead-a-ride.md | 2 +-
site/content/pages/meeting-notes.md | 20 ++++++--
site/content/pages/playbooks.md | 15 ------
site/content/pages/shift-board-bylaws.md | 4 +-
.../playbooks/pedalpalooza-playbook.md | 10 ++--
10 files changed, 83 insertions(+), 29 deletions(-)
create mode 100644 site/content/pages/going-on-a-ride.md
delete mode 100644 site/content/pages/playbooks.md
diff --git a/netlify.toml b/netlify.toml
index 4b93f0f5..acd5f2ee 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -152,6 +152,12 @@
to = "/pages/bike-racks/"
status = 301
+## moved playbooks content onto meeting notes page
+[[redirects]]
+ from = "/pages/playbooks"
+ to = "/pages/meeting-notes"
+ status = 301
+
#------------------------------------------------------------------------------------
# handlers for the various "single page applications".
#
diff --git a/site/content/pages/contact.md b/site/content/pages/contact.md
index 9bb4a450..f46fd504 100644
--- a/site/content/pages/contact.md
+++ b/site/content/pages/contact.md
@@ -1,6 +1,6 @@
---
title: Contact
-weight: 3
+weight: 5
menu:
main:
parent: aboutmenu
diff --git a/site/content/pages/donate.md b/site/content/pages/donate.md
index 8fafddc4..bde2dfa8 100644
--- a/site/content/pages/donate.md
+++ b/site/content/pages/donate.md
@@ -1,6 +1,6 @@
---
title: Donate
-weight: 4
+weight: 6
menu:
main:
parent: aboutmenu
diff --git a/site/content/pages/going-on-a-ride.md b/site/content/pages/going-on-a-ride.md
new file mode 100644
index 00000000..07c608f7
--- /dev/null
+++ b/site/content/pages/going-on-a-ride.md
@@ -0,0 +1,49 @@
+---
+title: Going on a ride
+weight: "4"
+menu:
+ main:
+ parent: communitynav
+---
+
+**Please read our [Public health](/pages/public-health/) page** for info on riding safely during the pandemic and beyond.
+
+----
+
+## Social Rides 101
+
+Want to know what to expect on a group ride? Check out our Social Rides 101 video, created in collaboration with [Bike Stuff PDX](https://www.youtube.com/@BikeStuffPDX)!
+
+
+
+
+## Ride riding guidelines
+
+
+
+
+### Know your ride.
+
+Every ride is different. Some are casual, slow, meanderings. Some are hammer-it-out sufferfests. Check the online Pedalpalooza calendar for more detailed info.
+
+
+### Expect the unexpected.
+
+Just because you think you know what the ride is about, doesn't mean that you know what the ride is about. Don't stress out. Chill out, go with the flow. You might enjoy yourself!
+
+
+### Safety in numbers does not mean let your guard down.
+
+Just because you're in a big group doesn't mean that traffic laws — or the laws of physics — don't apply. Be aware of your surroundings and your fellow riders.
+
+
+### Be prepared!
+
+A Pedalpalooza readiness kit should include:
+* flyers for your event
+* snacks
+* condoms
+* TriMet fare
+* tool kit
+* bike map
+* Pedalpalooza calendar
diff --git a/site/content/pages/groups.md b/site/content/pages/groups.md
index 6db593b0..b1c5ea19 100644
--- a/site/content/pages/groups.md
+++ b/site/content/pages/groups.md
@@ -1,6 +1,6 @@
---
title: Groups
-weight: "5"
+weight: "3"
menu:
main:
parent: communitynav
diff --git a/site/content/pages/lead-a-ride.md b/site/content/pages/lead-a-ride.md
index e1310120..f3a83bcb 100644
--- a/site/content/pages/lead-a-ride.md
+++ b/site/content/pages/lead-a-ride.md
@@ -1,6 +1,6 @@
---
title: Leading a Social Ride
-weight: 7
+weight: "5"
menu:
main:
parent: communitynav
diff --git a/site/content/pages/meeting-notes.md b/site/content/pages/meeting-notes.md
index b814791a..534bbfe5 100644
--- a/site/content/pages/meeting-notes.md
+++ b/site/content/pages/meeting-notes.md
@@ -1,11 +1,15 @@
---
title: Meeting notes
date: 2018-11-11T15:19:34.000Z
-weight: 10
+weight: 4
menu:
main:
- parent: communitynav
+ parent: aboutmenu
---
+
+## Meeting notes
+
+
Shift's operations have been facilitated by a board of directors since July 2018. All of the most recent notes for meetings held during 2021 and onward can be found here:
* [Google Drive link](https://drive.google.com/drive/folders/1RP9pl_sU_VelT_H-3a_9WyL8FsHLHVIv?usp=sharing)
@@ -14,4 +18,14 @@ The meeting notes for the board from 2018-2020 can be found here:
* [Google Drive link](https://drive.google.com/drive/folders/1Ap4BIWV2usuA_XqiGGM-HStbVjyisomD)
-There are also [many years of legacy Shift meeting notes from 200x until 2014 or so](/archive/meeting-notes-archive/), when there was less organization.
\ No newline at end of file
+There are also [many years of legacy Shift meeting notes from 200x until 2014 or so](/archive/meeting-notes-archive/), when there was less organization.
+
+
+## Playbooks
+
+Shift tries to be a transparent organization. Here's some guides on how we run things.
+
+- [What goes into facilitating Pedalpalooza](/playbooks/pedalpalooza-playbook/)
+- [How we work with fiscal sponsor Umbrella](/playbooks/shift-umbrella-playbook/)
+- [How we do social media](/playbooks/social-media-playbook/)
+- [Running our website and other related stuff](/playbooks/technology-playbook/)
diff --git a/site/content/pages/playbooks.md b/site/content/pages/playbooks.md
deleted file mode 100644
index 5d2f940f..00000000
--- a/site/content/pages/playbooks.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "Playbooks"
-weight: 9
-
-menu:
- main:
- parent: communitynav
----
-
-Shift tries to be a transparent organization. Here's some guides on how we run things.
-
-- [What goes into facilitating pedalpalooza](/playbooks/pedalpalooza-playbook/)
-- [How we work with fiscal sponsor Umbrella](/playbooks/shift-umbrella-playbook/)
-- [How we do social media](/playbooks/social-media-playbook/)
-- [Running our website and other related stuff](/playbooks/technology-playbook/)
diff --git a/site/content/pages/shift-board-bylaws.md b/site/content/pages/shift-board-bylaws.md
index cc3778b5..0cb1f61c 100644
--- a/site/content/pages/shift-board-bylaws.md
+++ b/site/content/pages/shift-board-bylaws.md
@@ -1,9 +1,9 @@
---
title: Shift Board Bylaws
-weight: 10
+weight: 3
menu:
main:
- parent: communitynav
+ parent: aboutmenu
---
These bylaws are in no way intended to be legally binding, or even permanent. They are proposed to provide structure for the formation and operations of the Shift Board of Directors.
diff --git a/site/content/playbooks/pedalpalooza-playbook.md b/site/content/playbooks/pedalpalooza-playbook.md
index 1ae4b748..3c044647 100644
--- a/site/content/playbooks/pedalpalooza-playbook.md
+++ b/site/content/playbooks/pedalpalooza-playbook.md
@@ -3,11 +3,11 @@ title: pedalpalooza playbook
date: '2019-03-14T15:03:51-07:00'
weight: '3'
---
-## overview
+## Overview
-Pedalpalooza has a lot of moving parts that hopefully take place starting in January or so.
+[Pedalpalooza](/pages/bike-summer/) has a lot of moving parts that hopefully take place starting in January or so.
-## artwork and calendar
+## Artwork and calendar
We used this spreadsheet in 2015 to organize all the required activities. Thanks Carl Larson!
@@ -19,11 +19,11 @@ https://docs.google.com/document/d/1pQRfsoSr_mdKdD357WUbhdNrVOxVCuy2l__Gl3t1VYM/
## Modifications in recent years are:
-### artwork
+### Artwork
- failure to get things in order in time for artist selection by committee, so picked contributors to the community
- not printing a full run of posters anymore. It cost money there was negligible community engagement in getting them posted around town. Now we print a handful and give them out to the artist and key volunteers and high-dollar donors.
-### calendar editing doc
+### Calendar editing doc
...was written up last year but was for the old "classic" calendar so the advice is not universally applicable around the tech - but is applicable around the database and the "what is our goal in editing?" portions.
From d52dd154da62ed3b9ca487bb6deab44647bcc25c Mon Sep 17 00:00:00 2001
From: Josh
Date: Mon, 2 Jun 2025 18:55:27 -0700
Subject: [PATCH 2/3] add Zeffy donation link; adjust some donation button
links
---
site/config/_default/hugo.toml | 6 ++++--
site/content/pages/donate.md | 10 ++++++++--
site/content/pages/get-involved.md | 2 +-
.../s2b_hugo_theme/layouts/partials/cal/pp-header.html | 2 +-
4 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/site/config/_default/hugo.toml b/site/config/_default/hugo.toml
index 05d85a8e..2f6a3123 100644
--- a/site/config/_default/hugo.toml
+++ b/site/config/_default/hugo.toml
@@ -100,8 +100,10 @@ disableKinds = ["taxonomy", "term"]
# mastodon verification
verificationURL = "https://pdx.social/@shift2bikes"
- # link for accepting donations
- donationsURL = "https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=BNL2NY7U8GH3Q"
+# links for accepting donations
+[params.donations]
+ primaryURL = "https://www.zeffy.com/donation-form/donate-to-shift"
+ secondaryURL = "https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=BNL2NY7U8GH3Q"
# Festival details
[params.festival]
diff --git a/site/content/pages/donate.md b/site/content/pages/donate.md
index bde2dfa8..4909107b 100644
--- a/site/content/pages/donate.md
+++ b/site/content/pages/donate.md
@@ -14,10 +14,16 @@ Want to help make bike fun happen? Shift is an all-volunteer organization and we
Donations to Shift are tax-deductible via our fiscal sponsor, [Umbrella](https://www.umbrellapdx.org/). You can see how we use this money on our [expenses](/pages/budget-finance-stuff/) page.
-You can donate via PayPal with the Donate button below:
+Donate to Shift using Zeffy with the Donate button below. When possible we prefer Zeffy since they don't take a cut as PayPal does!
Donations can also be made by mailing a check to Umbrella:
diff --git a/site/content/pages/get-involved.md b/site/content/pages/get-involved.md
index 6012a29c..925c142b 100644
--- a/site/content/pages/get-involved.md
+++ b/site/content/pages/get-involved.md
@@ -20,5 +20,5 @@ Shift welcomes all respectful participants. There are a lot of ways to get invol
* **Donate!** The PayPal button at the bottom of the page here lets you give a tax deductible donation to Shift via our fiscal sponsor Umbrella. You can see how we use this money on our [expenses page](/pages/budget-finance-stuff/).
From 4822a8566a8af9513d62f13cb5b9e3ce48ab7ff7 Mon Sep 17 00:00:00 2001
From: Josh
Date: Mon, 2 Jun 2025 18:57:31 -0700
Subject: [PATCH 3/3] fix hard-coded reference to PayPal
---
site/content/pages/get-involved.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/content/pages/get-involved.md b/site/content/pages/get-involved.md
index 925c142b..c31c040b 100644
--- a/site/content/pages/get-involved.md
+++ b/site/content/pages/get-involved.md
@@ -17,7 +17,7 @@ Shift welcomes all respectful participants. There are a lot of ways to get invol
* Help improve the functionality of the calendar — see the [calendar readme page](https://github.com/shift-org/shift-docs) for some more details.
* Help facilitate events like [Pedalpalooza](/pages/pedalpalooza/). Join the [Shift volunteers mailing list](https://groups.google.com/forum/#!forum/shift-volunteers) and let us know what dreams and/or skills you've got. We need folks to help edit the calendar, encourage folks to create events, create memorabilia, lead rides, etc.
* Help Shift operate by joining the board — see the [board of directors application](https://docs.google.com/forms/d/12epys19NqGw3jr2PeyhXp6kbFLpz22eeff7OyIRC5bk/edit).
-* **Donate!** The PayPal button at the bottom of the page here lets you give a tax deductible donation to Shift via our fiscal sponsor Umbrella. You can see how we use this money on our [expenses page](/pages/budget-finance-stuff/).
+* **Donate!** The Donate button at the bottom of the page here lets you give a tax deductible donation to Shift via our fiscal sponsor Umbrella. You can see how we use this money on our [expenses page](/pages/budget-finance-stuff/).