Updates static path to assets which adds the pico files (and other existing static assets#693
Merged
lazouich merged 1 commit intopycon-us-sprints-2025from May 19, 2025
Merged
Conversation
lazouich
approved these changes
May 19, 2025
9 tasks
kjaymiller
added a commit
that referenced
this pull request
Jun 27, 2025
* add workflow for teahouse * port to render-engine get template path to index working * add render-engine-pico (#693) * fixed css link (#696) Co-authored-by: ngodfrey <ngodfrey@protonmail.com> * Create map.html (#697) * feat: included navigation items to header (#700) * about page (#698) * fixed css link * fixed js link * fixed js link added About page --------- Co-authored-by: ngodfrey <ngodfrey@protonmail.com> * remove the library render-engine-pico causing issues (#699) * fix: navigation urls and nav-current class (#701) * feat: included navigation items to header * fix: navigation urls and nav-current class * Pycon us sprints 2025 (#702) * fixed css link * fixed js link * fixed js link added About page * updating events --------- Co-authored-by: ngodfrey <ngodfrey@protonmail.com> * Pycon liquid to jinja (#705) * Add time to date field * Update from Liquid to Jinja templating * updates posts and post * organize pages * add data to supporters * fix parser for support * update leadership * add 2025 foundational_supporters.json * update index * get all pages working * cleaned up root * fix layout * new-commit * Update assets/css/bpd.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update gitignore * update playwright tests * update workflows --------- Co-authored-by: redfrobro <redfrobro@gmail.com> Co-authored-by: ngodfrey <ngodfrey@protonmail.com> Co-authored-by: Darrell Jenkins <142088111+darrellajenkins@users.noreply.github.com> Co-authored-by: Mumuni Mohammed <43080869+Kalkulus1@users.noreply.github.com> Co-authored-by: KakoozaJerry <abrahamkakooza@gmail.com> Co-authored-by: Lazouich Ford <99685917+lazouich@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Link 🔗: Issue: #690
Type of Change
Description 📋
Adds the static path to the
Site.static_pathsso that the pico css code is referenced.Why: Describe why the changes are being made. Highlight key updates, new features, or bug fixes.
How: Explain how these changes will affect the project or end-users.
Checklist ✅
pre-commit run --allAdditional Notes & Screenshots
Add any additional notes or comments that might be helpful for the reviewers.