Skip to content

Commit b9c9042

Browse files
polyzosMehulBatraThorneANNLiebingYu
authored
[blog] Fluss for ai (#2788)
* add draft # Conflicts: # website/src/css/custom.css * rebase * remove forgotten test case * change publish date * fix binlog example to match changelog (#2775) * [paimon] Improve npe error in FlussRecordAsPaimonRow (#2765) * [github] Upgrade Fluss version 0.9.0 in BUG issue template (#2789) * revert css changes * update release date --------- Co-authored-by: MehulBatra <66407733+MehulBatra@users.noreply.github.com> Co-authored-by: Thorne <46524102+ThorneANN@users.noreply.github.com> Co-authored-by: Liebing <44154062+LiebingYu@users.noreply.github.com>
1 parent d59fdfc commit b9c9042

File tree

10 files changed

+218
-1
lines changed

10 files changed

+218
-1
lines changed

website/blog/2026-03-05-fluss-for-ai.md

Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.
1.51 MB
Loading
551 KB
Loading
225 KB
Loading
1.76 MB
Loading
78.6 KB
Loading
1.03 MB
Loading

website/blog/releases/0.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Apache Fluss (Incubating) 0.9 Release Announcement"
33
sidebar_label: "Announcing Apache Fluss 0.9"
44
authors: [giannis, jark]
5-
date: 2026-02-26
5+
date: 2026-03-02
66
tags: [releases]
77
---
88

website/src/pages/index.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,22 @@
5757
}
5858

5959
.heroBanner :global(.hero__title) {
60+
font-family: 'Roboto', sans-serif;
6061
font-size: 4rem;
6162
font-weight: 700;
6263
letter-spacing: -0.02em;
64+
line-height: 1.1;
6365
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
6466
}
6567

6668
.heroBanner :global(.hero__subtitle) {
69+
font-family: 'Roboto', sans-serif;
6770
font-size: 1.5rem;
6871
font-weight: 400;
6972
letter-spacing: 0.01em;
7073
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
7174
margin-top: 1rem;
75+
opacity: 0.9;
7276
}
7377

7478
.buttons {

website/src/pages/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ export default function Home(): JSX.Element {
9393
box-shadow: ${isScrolled ? 'var(--ifm-navbar-shadow)' : 'none'} !important;
9494
transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease !important;
9595
}
96+
.navbar__brand {
97+
font-family: 'Roboto', sans-serif !important;
98+
font-weight: 700 !important;
99+
letter-spacing: -0.01em !important;
100+
}
96101
.navbar__link,
97102
.navbar__brand,
98103
.navbar__brand b,

0 commit comments

Comments
 (0)