Announcements feature + homepage refresh#814
Open
LukasWallrich wants to merge 2 commits into
Open
Conversation
Adds a Google Sheet → R → Hugo announcements pipeline and surfaces it on the homepage and a dedicated /post/ page, plus a redesigned homepage top. Announcements - scripts/create_announcements.R generates content/post/<slug> bundles from the "FORRT Announcements" sheet (rows with Show=yes); caches a hash to no-op on unchanged data. Dates normalised to YYYY-MM-DD. - .github/workflows/create_announcements.yml runs it hourly and delivers the posts to the deploy as an artifact (no commit to main, no full data run); deploy.yaml unpacks the artifact before building. - announcements widget (3 recent cards) + /post/ section page with category filters; shared announcement_card partial. Image-less cards get a brand accent. - Seeded with 11 real announcements (last 5 newsletters + 6 site updates). Homepage top - Rotating-quote hero (hero_quotes widget) replacing the wordmark hero. - "What is FORRT?" restructured: logo + click-to-play video lightbox in one column, text beside (ytlightbox shortcode; fancybox). - Achievements & Awards merged into one two-column section. - Unified section-heading divider via one CSS rule (drops ad-hoc `---`). - JUST-OS bubble drops below the seal on mobile; newsletter button themed teal. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Regenerated content/post from the edited "FORRT Announcements" sheet: refreshed copy, featured images (Pixabay → Drive), and bold formatting. - Build script now emits a <!--more--> divider so card teasers show only the description (not the trailing link). - Cards render the summary as HTML so markdown (bold, links) and typographic entities (’, —) display correctly; image-less cards get a brand accent. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Contributor
✅ Spell Check PassedNo spelling issues found when checking 31 changed file(s)! 🎉 |
Contributor
Author
|
✅ Staging Deployment Status This PR has been successfully deployed to staging as part of an aggregated deployment. Deployed at: 2026-06-25 10:12:12 UTC The staging site shows the combined state of all compatible open PRs. |
Contributor
|
SINCE this is a major update and proposing new features |
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.
What this adds
A news & announcements feature with real data, plus a refresh of the homepage top.
Announcements pipeline
scripts/create_announcements.Rgeneratescontent/post/<slug>bundles (+ featured images) from a public "FORRT Announcements" Google Sheet (rows withShow = yes); caches an MD5 hash to no-op on unchanged data, normalises dates, and emits a<!--more-->divider..github/workflows/create_announcements.ymlruns hourly and delivers the posts to the deploy as an artifact (no commit tomain, no full data-processing run);deploy.yamlunpacks the artifact before the Hugo build./post/page with category filters; cards render summaries as HTML so markdown (bold, links) and typographic entities display correctly.Homepage top refresh
---dividers).Notes
FORRT_PATsecret (already used by the existing workflows) for the announcements workflow's deploy dispatch.🤖 Generated with Claude Code