Skip to content

Commit

Permalink
chore: updated to latest astro, updated talks list, added expressive …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
lmammino committed Feb 9, 2025
1 parent 1ae175a commit b320d54
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 827 deletions.
7 changes: 7 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ import { defineConfig } from 'astro/config'
// biome-ignore lint/nursery/useImportRestrictions: <explanation>
import { SITE_URL } from './src/consts'

import expressiveCode from 'astro-expressive-code'

// https://astro.build/config
export default defineConfig({
site: SITE_URL,
integrations: [
expressiveCode({
themes: ['one-light', 'dark-plus'],
useDarkModeMediaQuery: true,
themeCssSelector: (theme) => `:root[data-theme="${theme.type}"]`,
}),
mdx(),
sitemap({}),
tailwind(),
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/tailwind": "^6.0.0",
"@aws-sdk/client-bedrock-runtime": "^3.490.0",
"@oramacloud/client": "^1.0.6",
"@tailwindcss/typography": "^0.5.10",
"astro": "^5.0.5",
"astro": "^5.2.5",
"astro-compress": "^2.2.8",
"astro-critters": "^2.0.11",
"astro-expressive-code": "^0.40.1",
"canvas": "^2.11.2",
"canvas-hypertxt": "^1.0.3",
"date-fns": "^3.2.0",
Expand Down
Loading

0 comments on commit b320d54

Please sign in to comment.