Skip to content

Commit

Permalink
start of v5 redesign... no actual styling done so far... just functio…
Browse files Browse the repository at this point in the history
…nality updates
  • Loading branch information
Adammatthiesen committed Dec 9, 2024
1 parent 3cfc418 commit cd6de22
Show file tree
Hide file tree
Showing 80 changed files with 592 additions and 3,266 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"source.organizeImports.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome",
"editor.gotoLocation.multipleDefinitions": "goto"
"editor.gotoLocation.multipleDefinitions": "goto",
"cSpell.words": ["TURSO"]
}
4 changes: 1 addition & 3 deletions astro.config.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import tailwind from '@astrojs/tailwind';
import icon from 'astro-icon';
import { defineConfig } from 'astro/config';
import getCoolifyURL from './utils';

Expand All @@ -13,7 +11,7 @@ export default defineConfig({
},
],
},
integrations: [icon(), tailwind()],
integrations: [],
experimental: {
contentIntellisense: true,
},
Expand Down
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,17 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/rss": "^4.0.10",
"@biomejs/biome": "^1.9.4",
"@fontsource-variable/onest": "^5.1.0",
"@iconify-json/heroicons": "^1.2.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.14",
"astro-icon": "^1.1.2",
"astro": "^5.0.3",
"html-entities": "^2.5.2",
"motion": "^11.11.17",
"motion": "^11.13.1",
"satori": "^0.12.0",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.15",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit cd6de22

Please sign in to comment.