From c3f6efb956ea76cf06ee09f871a066de7379de74 Mon Sep 17 00:00:00 2001 From: Tom Conner Date: Tue, 14 Nov 2023 20:35:03 -0500 Subject: [PATCH 1/2] gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9b0d295..1900bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ themes/** +.vscode/ From 45e91d44e202a86899d81d2f7e98cc1769de46a0 Mon Sep 17 00:00:00 2001 From: Tom Conner Date: Tue, 14 Nov 2023 22:29:20 -0500 Subject: [PATCH 2/2] register soon --- config.toml | 3 ++- content/_index.md | 38 +++++++----------------------- content/paypalsent/index.md | 5 ++-- content/registered/index.md | 6 ++--- content/venmoinstructions/index.md | 6 ++--- layouts/partials/sidebar.html | 13 +++++----- layouts/shortcodes/pickup-day.html | 1 + 7 files changed, 24 insertions(+), 48 deletions(-) create mode 100644 layouts/shortcodes/pickup-day.html diff --git a/config.toml b/config.toml index 604bbc8..a6066e0 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseurl = "https://troop105treedrive.com" languageCode = "en" -title = "2024 Chistmas Tree Drive" +title = "2024 Christmas Tree Drive" theme = "soho" DefaultContentLanguage = "en" enableInlineShortcodes = true @@ -20,6 +20,7 @@ license = "CC BY-SA 4.0" licenseURL = "https://creativecommons.org/licenses/by-sa/4.0" builtWith = true mainSections = ["post"] +mobile= "781-202-5522" ## Set custom theme color. # themeColor = "#fc2803" diff --git a/content/_index.md b/content/_index.md index 2a6f476..b1a7562 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,44 +1,22 @@ --- -title: Christmas Tree Curbside Pickup & Recycling +title: Christmas Tree Pickup & Recycling --- -# 2024 Tree Drive pickup day will be Saturday, January 6, 2024. +# Christmas Tree Pickup & Recycling -## Check back in the second half of November for details and registration! - ----- - -# Tree Pickup Saturday - -## Christmas Tree Curbside Pickup & Recycling - - -## Last Year's Drive - -* Pickup day was Saturday, January 6, 2024. -* **THANK YOU** to all who registered! -* Place your tree curbside by 9:00 am. +* For residents of Pembroke, MA +* [Register for pickup]({{< ref "#register" >}}) * Donate $15 per tree. +* Pickup day: {{< pickup-day >}} +* Place your tree curbside by 9:00 am. * No tinsel, nails/screws or ornaments should be left on the tree. * No artificial trees, tree stands, wire, or other metal. -* For residents of Pembroke, MA -* Special instructions for pickup? Comments in registration form. - -## Contact Info - -Questions or issues? -* Email -* Text (781) 236-4777 (mobile) -* Call (781) 236-4777 (mobile) - -## Thank You - * **Thank You** to Top Notch Tree for chipping hundreds of trees * **Thank You** Pembroke residents who support our effort each year! -## Register for Pickup (Check back before Thanksgiving.) +## Register -Registration for 2024 will open in mid-November. +Registration for 2024 will open soon. diff --git a/content/paypalsent/index.md b/content/paypalsent/index.md index 12de031..0bdac3c 100644 --- a/content/paypalsent/index.md +++ b/content/paypalsent/index.md @@ -8,11 +8,10 @@ date: 2019-03-29 You're all set. We've received your registration and your payment has been sent to have your - -tree picked up on January 7, 2023. An email confirmation will be sent to you +tree picked up on {{< pickup-day >}}. An email confirmation will be sent to you within 3 days. -Additionally, you will receive an email by Friday, January 6th as a reminder +Additionally, you will receive an email by Friday, January 5th as a reminder with last minute details about leaving your tree out for us. Thank you for your support. diff --git a/content/registered/index.md b/content/registered/index.md index 035088a..96b08b3 100644 --- a/content/registered/index.md +++ b/content/registered/index.md @@ -7,12 +7,10 @@ date: 2019-03-29 You're all set. - -We've received your registration to have your tree picked up on January 7, 2023. +We've received your registration to have your tree picked up on January 6, 2023. An email confirmation will be sent to you within 3 days. - -Additionally, you will receive an email by Friday, January 6th as a reminder +Additionally, you will receive an email by Friday, January 5th as a reminder with last minute details about leaving your tree out for us. Thank you for your support. diff --git a/content/venmoinstructions/index.md b/content/venmoinstructions/index.md index b1cea80..147fb2a 100644 --- a/content/venmoinstructions/index.md +++ b/content/venmoinstructions/index.md @@ -5,13 +5,11 @@ date: 2019-03-29 ## Registration Received - -We've received your registration to have your tree picked up on January 7, 2023. +We've received your registration to have your tree picked up on January 6, 2023. Please Venmo your payment to @Pembroke-Troop105 (QR code below). An email confirmation will be sent to you within 3 days. - -Additionally, you will receive an email by Friday, January 6th as a reminder +Additionally, you will receive an email by Friday, January 5th as a reminder with last minute details about leaving your tree out for us. Thank you for your support. diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 76d53b4..6a5328e 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -18,14 +18,15 @@ {{ end }}

{{ .Site.Title }}

- {{ with .Site.Params.description }} -

{{.}}

+

{{.}}

{{end}} - -

Email
tree@pembroket105.org

- -

Website
Troop 105

+ + +

Register

+

Text {{ .Site.Params.mobile }}

+

Call {{ .Site.Params.mobile }}

+

Email tree@pembroket105.org

diff --git a/layouts/shortcodes/pickup-day.html b/layouts/shortcodes/pickup-day.html new file mode 100644 index 0000000..f00da30 --- /dev/null +++ b/layouts/shortcodes/pickup-day.html @@ -0,0 +1 @@ +Saturday, January 6, 2024 \ No newline at end of file