Skip to content

Commit 47c0881

Browse files
authored
Update to Astro 5/Tailwind 4/Daisyui 5 (#249)
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent 8c27d17 commit 47c0881

8 files changed

+4654
-6211
lines changed

astro.config.mjs

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
import { defineConfig } from 'astro/config';
33
import mdx from '@astrojs/mdx';
44
import sitemap from '@astrojs/sitemap';
5-
import tailwind from '@astrojs/tailwind';
5+
import tailwindcss from "@tailwindcss/vite";
66
import netlify from '@astrojs/netlify';
77

88
// https://astro.build/config
99
export default defineConfig({
1010
site: 'https://serverlessworkflow.io/',
11-
integrations: [mdx(), sitemap(), tailwind()],
11+
integrations: [mdx(), sitemap()],
1212
markdown: {
1313
syntaxHighlight: 'shiki',
1414
shikiConfig: {
@@ -20,4 +20,7 @@ export default defineConfig({
2020
},
2121
},
2222
adapter: netlify(),
23+
vite: {
24+
plugins: [tailwindcss()],
25+
}
2326
});

package-lock.json

+4,609-6,140
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/mdx": "^4.0.3",
13-
"@astrojs/netlify": "^6.0.1",
12+
"@astrojs/mdx": "^4.1.1",
13+
"@astrojs/netlify": "^6.2.3",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"@astrojs/tailwind": "^5.1.4",
17-
"astro": "^5.1.2",
18-
"tailwindcss": "^3.4.17"
16+
"@tailwindcss/vite": "^4.0.13",
17+
"astro": "^5.4.3",
18+
"tailwindcss": "^4.0.13"
1919
},
2020
"devDependencies": {
21-
"@tailwindcss/typography": "^0.5.15",
22-
"daisyui": "^4.12.23"
21+
"@tailwindcss/typography": "^0.5.16",
22+
"daisyui": "^5.0.2"
2323
}
2424
}

src/components/Footer.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Section from "./Section.astro";
1414
<p class="text-center text-xl">👉<a class="link link-accent" target="_blank" rel="noopener" href={GITHUB_LINK}>Star our GitHub Repository</a></p>
1515
</Section>
1616
<footer class="bg-neutral text-neutral-content p-10">
17-
<div class="footer max-w-7xl mx-auto">
17+
<div class="footer md:footer-horizontal max-w-7xl mx-auto">
1818
<aside>
1919
<p>
2020
&copy; Serverless Workflow Authors |

src/components/Header.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import ThemeIcon from './ThemeIcon.astro';
2222
<style>
2323
.logo-header {
2424
width: 24px;
25-
background-color: var(--fallback-bc,oklch(var(--bc)/1));
25+
background-color: var(--color-base-content);
2626
mask: url(/icons/logo.svg) no-repeat center / contain;
2727
}
2828
</style>

src/pages/index.astro

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import Section from '../components/Section.astro';
66
import { Code } from 'astro:components';
77
import { getCollection } from 'astro:content';
88
9-
const examples = (await getCollection('example'));
9+
const examples = (await getCollection('example')).sort((a,b) => a.data.title.localeCompare(b.data.title));
1010
---
11-
1211
<Layout>
1312
<!-- Hero -->
1413
<div class="hero min-h-[60vh]">
@@ -68,7 +67,7 @@ const examples = (await getCollection('example'));
6867

6968
<!-- Samples -->
7069
<Section title="User-Friendly DSL: Workflows Made Simple" class="bg-base-200">
71-
<div role="tablist" class="tabs tabs-lifted tabs-sm overflow-auto">
70+
<div role="tablist" class="tabs tabs-lift tabs-sm overflow-auto">
7271
{
7372
examples.map((entry, idx) => (
7473
<input type="radio" name="code_tabs" role="tab" class="tab h-12" aria-label={entry.data.title} checked={idx===0} />
@@ -173,4 +172,10 @@ const examples = (await getCollection('example'));
173172
<Card image="img/logos/lf-stacked-color.svg" imageDark="img/logos/lf-stacked-white.svg" imageSize="medium"></Card>
174173
</div>
175174
</Section>
176-
</Layout>
175+
</Layout>
176+
177+
<style>
178+
.hero-content {
179+
z-index: 0;
180+
}
181+
</style>

src/styles/site.css

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
@import "tailwindcss";
2+
@plugin "@tailwindcss/typography";
3+
@plugin "daisyui";
4+
@plugin "daisyui/theme" {
5+
name: "light";
6+
default: true;
7+
--color-primary: oklch(46.2% 0.0713 255.54);
8+
--color-secondary: oklch(78.95% 0.0554 234.08);
9+
--color-accent: oklch(68.35% 0.1676 34.7);
10+
}
11+
@plugin "daisyui/theme" {
12+
name: "dark";
13+
default: false;
14+
--color-primary: oklch(96.89% 0.0281 199.41);
15+
--color-primary-content: #293241;
16+
--color-secondary: oklch(78.95% 0.0554 234.08);
17+
--color-accent: oklch(68.35% 0.1676 34.7);
18+
--color-accent-content: oklab(0.14 0.03 0.02);
19+
--color-neutral: #293241;
20+
--color-neutral-content: #A6ADBB;
21+
}
22+
123
html[data-theme="dark"] .astro-code,
224
html[data-theme="dark"] .astro-code span {
325
color: var(--shiki-dark) !important;

tailwind.config.mjs

-56
This file was deleted.

0 commit comments

Comments
 (0)