Skip to content

Commit

Permalink
made the whole repo lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeymarse committed Dec 8, 2024
1 parent b8c09a7 commit 8349c42
Show file tree
Hide file tree
Showing 22 changed files with 14 additions and 416 deletions.
5 changes: 1 addition & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
import mdx from '@astrojs/mdx';
import tailwind from '@astrojs/tailwind';
import icon from 'astro-icon';

// https://astro.build/config
export default defineConfig({
integrations: [react(), mdx(), tailwind(), icon()],
integrations: [tailwind()],
site: 'https://www.mickeymarse.dev/',
trailingSlash: 'never',
});
14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,16 @@
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.2",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/devicon-plain": "^1.1.34",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.88",
"@iconify-json/tabler": "^1.1.104",
"@iconify/react": "^4.1.1",
"astro": "^4.11.5",
"astro-icon": "^1.0.2",
"flowbite": "^2.3.0",
"markdown-it": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.12.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/jquery": "^3.5.29",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/sanitize-html": "^2.11.0"
}
}
Binary file removed public/21SID.png
Binary file not shown.
Binary file removed public/RR.png
Binary file not shown.
Binary file removed public/SOCS.png
Binary file not shown.
Binary file removed public/metrak.png
Binary file not shown.
Binary file removed public/mickeymarse.png
Binary file not shown.
Binary file removed public/ping-check.png
Binary file not shown.
Binary file added public/rss-logo.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 removed public/tarmarapi.png
Binary file not shown.
5 changes: 5 additions & 0 deletions src/components/Copyright.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
const year = new Date().getFullYear();
---

<p>{`© ${year} Whatever Rights Reserved.`}</p>
18 changes: 0 additions & 18 deletions src/components/Copyright.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Copyright from './Copyright.tsx';
import Copyright from './Copyright.astro';
---

<footer class='bottom-0 grid grid-rows-2 justify-center my-5 text-xs font-mono'>
Expand Down
51 changes: 0 additions & 51 deletions src/components/Navbar.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions src/components/NewTechStack.md

This file was deleted.

136 changes: 0 additions & 136 deletions src/components/Projects.astro

This file was deleted.

70 changes: 0 additions & 70 deletions src/components/Sidebar.astro

This file was deleted.

Loading

0 comments on commit 8349c42

Please sign in to comment.