diff --git a/.gitignore b/.gitignore index 3e676f4..553512e 100644 --- a/.gitignore +++ b/.gitignore @@ -169,4 +169,7 @@ packages/*/dist *# # gh-pages -*/docs/CNAME \ No newline at end of file +*/docs/CNAME + +# Windows security zone identifier automatically created when copying files to from the internet +*Zone.Identifier diff --git a/PyBay/content/pybay-2024-share-card.jpg b/PyBay/content/pybay-2024-share-card.jpg deleted file mode 100644 index 2d6fb8b..0000000 Binary files a/PyBay/content/pybay-2024-share-card.jpg and /dev/null differ diff --git a/PyBay/content/pybay-2024-share-card.jpg.lr b/PyBay/content/pybay-2024-share-card.jpg.lr deleted file mode 100644 index 964e8f6..0000000 --- a/PyBay/content/pybay-2024-share-card.jpg.lr +++ /dev/null @@ -1 +0,0 @@ -_slug: share-card.jpg diff --git a/PyBay/content/pybay-logo-share-card.1200x630.png b/PyBay/content/pybay-logo-share-card.1200x630.png new file mode 100644 index 0000000..6d3686d Binary files /dev/null and b/PyBay/content/pybay-logo-share-card.1200x630.png differ diff --git a/PyBay/content/pybay-logo.png.lr b/PyBay/content/pybay-logo.png.lr new file mode 100644 index 0000000..831c3db --- /dev/null +++ b/PyBay/content/pybay-logo.png.lr @@ -0,0 +1 @@ +_slug: pybay-logo.png diff --git a/PyBay/databags/event.ini b/PyBay/databags/event.ini index 5203c44..effc95c 100644 --- a/PyBay/databags/event.ini +++ b/PyBay/databags/event.ini @@ -1,4 +1,4 @@ [event] name = "PyBay" -date_long = "September 21, 2024" -date_short = 9/21/24 \ No newline at end of file +date_long = "October 18, 2025" +date_short = 10/18/25 \ No newline at end of file diff --git a/PyBay/databags/share-image.ini b/PyBay/databags/share-image.ini index 222fb0f..1ad55a7 100644 --- a/PyBay/databags/share-image.ini +++ b/PyBay/databags/share-image.ini @@ -1,4 +1,4 @@ share_image_width=506 share_image_height=253 -share_title="PyBay 2024" -share_desc="Like the always-sold-out PyCon, PyBay 2024 will be one day of fun geeking out with awesome developers on one of your favorite topics - Python!" +share_title="PyBay" +share_desc="Like the always-sold-out PyCon, PyBay will be one day of fun geeking out with awesome developers on one of your favorite topics - Python!" diff --git a/PyBay/templates/layout.html b/PyBay/templates/layout.html index 7fb1be8..8ccb72b 100644 --- a/PyBay/templates/layout.html +++ b/PyBay/templates/layout.html @@ -44,30 +44,34 @@ - PyBay 2025 - Annual San Francisco Python Conference 2025 - {% block title %}{% endblock %} - - + PyBay 2025 - 10th Annual Bay Area Python Dev Conference - {% block title %}{% endblock %} + + - + - - + content="10th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!"> + + + + - + + content="PyBay 2025 - 10th Annual Bay Area Python Dev Conference"> - - - + content="10th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!"> + + + + + diff --git a/README.md b/README.md index 84ac1a0..45dfb6f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ ### Contributing - - Create branch from main branch - - Open branch in Codespace - - Run local instance on server in subdirectory ( `cd PyBay`) and (`lektor server -f webpack`) + - Create a new branch from main + - Open the new branch in Codespace + - Run a temporary instance on Codespace server in the PyBay subdirectory ( `cd PyBay`) and (`lektor server -f webpack`) - Make changes to code + - Check for errors; check that the site displays correctly in multiple browsers and mobile. + - Inspect with other support tools (e.g., Lighthouse, https://metatags.io/ for share cards, social metadata. etc.) make sure share cards display correctly and metadata is correct. - Commit and push to your branch (`git add -u`) (`git commit -m "your update descriptions here"`) and (`git push`) - - Open PR request for merge with dev branch + - Open PR and request review before merging with the main branch + - After comments and requested fixes are made, merge PR to the main branch. + - Close related issues on GitHub, be sure to tag each issue with the PR number.