Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
Added activity feature
Added projects
Dynamic age
  • Loading branch information
Jodekq committed Oct 26, 2024
1 parent 720bbf7 commit fbfeda8
Show file tree
Hide file tree
Showing 23 changed files with 580 additions and 76 deletions.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ import { defineConfig } from 'astro/config';

import tailwind from '@astrojs/tailwind';

import react from '@astrojs/react';

// https://astro.build/config
export default defineConfig({
site: 'https://jodek.dev',
integrations: [tailwind()],
integrations: [tailwind(), react()],
});
177 changes: 159 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.7",
"boxicons": "^2.1.4",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"tailwindcss": "^3.4.14"
}
}
Binary file added public/assets/157134739.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/165845149.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fbfeda8

Please sign in to comment.