This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
from d785d6e00a Bump autoprefixer (#1347)
add 51dcc03d32 Update committers and PMC (2025-12-25) (#1350)
add acf86ae0e5 Update Hugo version requirement in CONTRIBUTING.md (#1351)
add 686ab34776 Fix navbar toggle button in dev mode (#1352)
add 347c2f9a3b Improve dark mode toggling, color constrast, and logos
(#1355)
add c16a9ed389 Add doctoc prek hook for long MD files (#1354)
add ad9eec8842 fixed the fill in diff theme of scroll svg (#1357)
add 070c09b012 Fix active mode in dark mode menu (#1359)
add 3834e4b5e3 style: increase line-height on announcements page for
better readability (#1349)
add 6d6cb719c1 Fixed theme toggler (#1362)
add 626e5f74ef style: fixed theme-toggle position (#1363)
add 7500598c35 fix theme selector (#1364)
add 4c915ed08a Revert "fix theme selector (#1364)"
add 8ed0e7665f Bump qs from 6.14.0 to 6.14.1 in /landing-pages (#1366)
add eb89820418 Bump the npm-dependencies group across 1 directory with 4
updates (#1365)
add 475d84dbf8 fix: make staging watermark visible in dark mode (#1367)
add e8864fa207 Improve resource card hover interaction (#1361)
add 68e91870b5 Bump stylelint-scss (#1369)
add 40da9569e3 Fix dark mode button on production (#1371)
add d1749cf0fd Fix dark mode button on production #2 (#1372)
add 838d0620df Revert "Fix dark mode button on production #2 (#1372)"
add 222e22d924 Bump globals (#1374)
add 8c8d1518c1 Upgrade deps for prek hoooks in airflow-site (#1375)
add e66f68652e Keep Blog nav active on blog taxonomy pages (#1377)
add d16f0b3746 fix watermark visibility for dark theme (#1378)
No new revisions were added by this update.
Summary of changes:
.github/scripts/add_watermark.py | 20 +++-
.github/scripts/refresh_pmc_committer_images.py | 2 +-
.pre-commit-config.yaml | 14 ++-
CONTRIBUTE.md | 30 ++++-
landing-pages/package.json | 12 +-
landing-pages/site/assets/js/dark-mode.js | 125 +++++++++++++++++++++
landing-pages/site/assets/scss/_base-layout.scss | 4 +-
.../site/assets/scss/_community-page.scss | 10 ++
landing-pages/site/assets/scss/_home-page.scss | 2 +-
landing-pages/site/assets/scss/_list-boxes.scss | 99 +++++++++++++++-
landing-pages/site/assets/scss/_navbar.scss | 48 +++++++-
landing-pages/site/assets/scss/_quote.scss | 48 +++++++-
landing-pages/site/assets/scss/_typography.scss | 12 ++
.../site/assets/scss/_usecasedescription.scss | 26 +++++
.../site/content/en/announcements/_index.md | 13 +++
.../blog/airflow-three-point-oh-is-here/index.md | 4 +-
.../site/content/en/community/resources.html | 2 +-
landing-pages/site/content/en/use-cases/sift.md | 2 +-
landing-pages/site/data/committers.json | 24 +++-
landing-pages/site/data/pmc.json | 6 +
.../site/layouts/partials/boxes/testimonial.html | 10 +-
landing-pages/site/layouts/partials/navbar.html | 5 +-
landing-pages/site/layouts/partials/quote.html | 14 ++-
.../site/layouts/partials/theme-toggler.html | 77 +++++++++++++
.../site/static/external/profiles/choo121600.png | Bin 0 -> 18093 bytes
.../site/static/external/profiles/criccomini.png | Bin 46931 -> 213751 bytes
.../site/static/external/profiles/dabla.png | Bin 0 -> 16729 bytes
.../static/external/profiles/dheerajturaga.png | Bin 0 -> 32310 bytes
.../site/static/usecase-logos/adobe-logo.svg | 22 +++-
.../download-idR6yyb4TP-1766854345548.zip | Bin 0 -> 39135 bytes
.../site/static/usecase-logos/onefootball-logo.svg | 20 +++-
.../{rancher-suse.svg => rancher-suse-white.svg} | 54 ++++-----
.../site/static/usecase-logos/sift_logo.svg | 1 +
.../site/static/usecase-logos/sift_logo_white.svg | 1 +
landing-pages/src/js/drawer.js | 7 +-
landing-pages/yarn.lock | 121 +++++++++++---------
sphinx_airflow_theme/README.md | 17 +++
.../sphinx_airflow_theme/header.html | 68 +++++------
.../sphinx_airflow_theme/layout.html | 10 +-
.../suggest_change_button.html | 2 +-
40 files changed, 770 insertions(+), 162 deletions(-)
create mode 100644 landing-pages/site/assets/js/dark-mode.js
create mode 100644 landing-pages/site/layouts/partials/theme-toggler.html
create mode 100644 landing-pages/site/static/external/profiles/choo121600.png
create mode 100644 landing-pages/site/static/external/profiles/dabla.png
create mode 100644
landing-pages/site/static/external/profiles/dheerajturaga.png
create mode 100644
landing-pages/site/static/usecase-logos/download-idR6yyb4TP-1766854345548.zip
copy landing-pages/site/static/usecase-logos/{rancher-suse.svg =>
rancher-suse-white.svg} (68%)
create mode 100644 landing-pages/site/static/usecase-logos/sift_logo.svg
create mode 100644 landing-pages/site/static/usecase-logos/sift_logo_white.svg