Skip to content

Let's Walk blog post#35

Merged
fwextensions merged 4 commits into
mainfrom
letswalk-blog-post
Dec 11, 2025
Merged

Let's Walk blog post#35
fwextensions merged 4 commits into
mainfrom
letswalk-blog-post

Conversation

@francisli

Copy link
Copy Markdown
Contributor

@fwextensions I've had this blog post from Danielle about Let's Walk sitting in my TODO list... I figure this could be a good time to post it, and use it to do another donation email blast...

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @francisli, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces a new blog post that serves as a retrospective on the 'Let's Walk' program. It highlights the program's positive impact on the community, its innovative approach to public health, and the partnerships that made it successful. The post also addresses the unfortunate but necessary conclusion of the program due to recent federal funding changes, aiming to commemorate its legacy and inform the community.

Highlights

  • New Blog Post Added: A new blog post titled 'Walking with Purpose: Celebrating the Legacy of Let’s Walk' has been added to the blog content.
  • Program Reflection: The blog post reflects on the 'Let's Walk' program, detailing its journey, community engagement, equity-driven design, and significant impact since 2019.
  • Program Sunsetting: The post includes an editor's note explaining the sunsetting of the 'Let's Walk' program due to the elimination of federal funding for the Nutrition Education and Obesity Prevention Grant Program (SNAP-Ed).
  • Content Details: The blog post features data points on participant achievements, testimonials, and embedded images, providing a comprehensive overview of the program's success and conclusion.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new blog post about the 'Let's Walk' program. The content is informative. My review includes several suggestions to improve the post. I've pointed out a minor grammatical error and inconsistencies in markdown formatting, such as the use of tabs for list items and unnecessary trailing whitespace. More importantly, I've identified that the relative paths for images in the post are incorrect and will lead to broken images. I've provided suggestions to fix these paths. Addressing these points will improve the quality and correctness of the blog post.


| More Team Photos | |
|---|---|
| ![Team photo](../../assets/blog/2025-12-09/team2.jpg "Team photo") | ![Team photo](../../assets/blog/2025-12-09/team3.jpg "Team photo") |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The relative paths for these images appear to be incorrect and will result in broken images. Given the file's location at src/content/blog/2025-12-09-walking-with-purpose.md, the path ../../assets/... resolves to src/content/assets/.... To correctly point to the assets directory at src/assets/blog/..., you should use ../../../assets/blog/....

Suggested change
| ![Team photo](../../assets/blog/2025-12-09/team2.jpg "Team photo") | ![Team photo](../../assets/blog/2025-12-09/team3.jpg "Team photo") |
| ![Team photo](../../../assets/blog/2025-12-09/team2.jpg "Team photo") | ![Team photo](../../../assets/blog/2025-12-09/team3.jpg "Team photo") |

|---|---|
| ![Team photo](../../assets/blog/2025-12-09/team2.jpg "Team photo") | ![Team photo](../../assets/blog/2025-12-09/team3.jpg "Team photo") |

![Certificate of recognition](../../assets/blog/2025-12-09/certificate.jpg "Certificate of recognition")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The relative path for this image appears to be incorrect and will result in a broken image. Given the file's location at src/content/blog/2025-12-09-walking-with-purpose.md, the path ../../assets/... resolves to src/content/assets/.... To correctly point to the assets directory at src/assets/blog/..., you should use ../../../assets/blog/....

Suggested change
![Certificate of recognition](../../assets/blog/2025-12-09/certificate.jpg "Certificate of recognition")
![Certificate of recognition](../../../assets/blog/2025-12-09/certificate.jpg "Certificate of recognition")

- Francis Li
---

_Editor’s note: This post was written collectively by the SF Nutrition Equity Opportunity & Physical Activity (SF NEOP) team from the City and County of San Francisco's Department of Public Health. On July 4, 2025, the federal budget reconciliation bill known as the One Big Beautiful Bill Act was signed in to law, eliminating all funding for the Nutrition Education and Obesity Prevention Grant Program (also known as SNAP-Ed, Supplemental Nutrition Assistance Program Education) effective October 1, 2025. As a result, the SF NEOP team was disbanded and the Let’s Walk program has been sunsetted. SF Civic Tech would like to thank the SF NEOP team for their vision, leadership, and collaboration alongside all the volunteers who worked on building the technology for the program over the years._

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's a small grammatical error here. 'signed in to law' should be 'signed into law'.

Suggested change
_Editor’s note: This post was written collectively by the SF Nutrition Equity Opportunity & Physical Activity (SF NEOP) team from the City and County of San Francisco's Department of Public Health. On July 4, 2025, the federal budget reconciliation bill known as the One Big Beautiful Bill Act was signed in to law, eliminating all funding for the Nutrition Education and Obesity Prevention Grant Program (also known as SNAP-Ed, Supplemental Nutrition Assistance Program Education) effective October 1, 2025. As a result, the SF NEOP team was disbanded and the Let’s Walk program has been sunsetted. SF Civic Tech would like to thank the SF NEOP team for their vision, leadership, and collaboration alongside all the volunteers who worked on building the technology for the program over the years._
_Editor’s note: This post was written collectively by the SF Nutrition Equity Opportunity & Physical Activity (SF NEOP) team from the City and County of San Francisco's Department of Public Health. On July 4, 2025, the federal budget reconciliation bill known as the One Big Beautiful Bill Act was signed into law, eliminating all funding for the Nutrition Education and Obesity Prevention Grant Program (also known as SNAP-Ed, Supplemental Nutrition Assistance Program Education) effective October 1, 2025. As a result, the SF NEOP team was disbanded and the Let’s Walk program has been sunsetted. SF Civic Tech would like to thank the SF NEOP team for their vision, leadership, and collaboration alongside all the volunteers who worked on building the technology for the program over the years._

Comment thread src/content/blog/2025-12-09-walking-with-purpose.md Outdated
Comment on lines +43 to +47
* “I am very happy to participate.”
* “Thank you for taking care of our health.”
* “I really appreciate participating in this program because I feel more energized now.”
* “Thank you for the motivation.”
* “It’s a great app, I hope many people enjoy it.”

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For markdown consistency, please use a space after the asterisk for list items instead of a tab character. This suggestion also removes unnecessary trailing whitespace.

Suggested change
* “I am very happy to participate.”
* “Thank you for taking care of our health.”
* “I really appreciate participating in this program because I feel more energized now.”
* “Thank you for the motivation.”
* “It’s a great app, I hope many people enjoy it.”
* “I am very happy to participate.”
* “Thank you for taking care of our health.”
* “I really appreciate participating in this program because I feel more energized now.”
* “Thank you for the motivation.”
* “It’s a great app, I hope many people enjoy it.”

Comment thread src/content/blog/2025-12-09-walking-with-purpose.md Outdated
@github-actions

github-actions Bot commented Dec 9, 2025

Copy link
Copy Markdown

🚀 Preview URL

https://pr-35.sfcivictech-pr-builds.pages.dev

Last updated: 2025-12-11T02:44:48Z

fwextensions and others added 2 commits December 10, 2025 18:44
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@fwextensions

Copy link
Copy Markdown
Contributor

Looks good!

@fwextensions fwextensions merged commit 041f440 into main Dec 11, 2025
1 check passed
@fwextensions fwextensions deleted the letswalk-blog-post branch December 11, 2025 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants