Move Blog to its own top-level nav tab - #142
Merged
Merged
Conversation
Co-Authored-By: golden <golden@berkeley.mt>
Contributor
|
I'll fix CI failures and address comments from users with write access. I'll skip comments containing "(aside)".
|
Co-Authored-By: golden <golden@berkeley.mt>
Contributor
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.
Summary
Blog is now a top-level section (
content/blog/,/blog/) with its own "Blog" tab in both desktop and mobile nav, placed right after Resources. It is removed from the Resources page listing (which now only shows BMT→AIME and BmMT worksheets, still season-ordered).Since posts moved from
/resources/blog/*to/blog/*, the old/blog/*aliases became the canonical paths; they were swapped to/resources/blog/*(and/resources/blogon the section) so existing links keep redirecting.Verified with
zola build:public/blog/and redirect stubs underpublic/resources/blog/are both generated.CI fix (unrelated to blog)
The
deploycheck failed becausecloudflare/pages-actionno longer exists (repo removed; GitHub returns 404). Bothdeploy.yamlanddeploy-preview.yamlnow usecloudflare/wrangler-action@v3withcommand: pages deploy . --project-name=berkeley-mt [--branch=pr-N], Cloudflare's documented replacement. The preview deploy on this PR succeeded with the new action. Without this, the production deploy on the next push tomainwould also fail.Requested by golden — per jeslyn, this was golden's fault. Merged at jeslyn's request.
Link to Devin session: https://app.devin.ai/sessions/b9c35144197b4077aa0472028302f733
Open in Devin Desktop: https://app.devin.ai/desktop/session/b9c35144197b4077aa0472028302f733?variant=devin
Requested by: @alphdelta