Begin work on writing project mdx

This commit is contained in:
Timothy Pidashev
2025-01-03 13:43:23 -08:00
parent f5211cc799
commit efe0b9713f
14 changed files with 390 additions and 141 deletions

2
.gitignore vendored
View File

@@ -19,7 +19,7 @@ node_modules/
# production # production
/build /build
/dist dist/
# misc # misc
.DS_Store .DS_Store

View File

@@ -8,16 +8,16 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^4.1.1", "@astrojs/react": "^4.1.2",
"@astrojs/tailwind": "^5.1.3", "@astrojs/tailwind": "^5.1.4",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"astro": "^5.0.9", "astro": "^5.1.2",
"tailwindcss": "^3.4.15" "tailwindcss": "^3.4.15"
}, },
"dependencies": { "dependencies": {
"@astrojs/mdx": "^4.0.2", "@astrojs/mdx": "^4.0.3",
"@astrojs/sitemap": "^3.2.1", "@astrojs/sitemap": "^3.2.1",
"framer-motion": "^11.11.11", "framer-motion": "^11.11.11",
"lucide-react": "^0.468.0", "lucide-react": "^0.468.0",

471
src/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1 +0,0 @@
My gruvbox theme, with a pure black background

View File

@@ -0,0 +1,10 @@
---
title: "Darkbox"
description: "My gruvbox theme, with a pure black background"
githubUrl: "https://github.com/timmypidashev/web"
techStack: ["Neovim", "Lua"]
date: "2025-01-03"
image: "/projects/darkbox/thumbnail.jpeg"
---
My gruvbox theme, with a pure black background

View File

@@ -0,0 +1,8 @@
---
title: "Discord Bot"
description: "A discord bot template"
githubUrl: "https://github.com/timmypidashev/pycord-bot-template"
techStack: ["Python", "SQlite", "Docker"]
date: "2025-01-03"
image: "/projects/web/thumbnail.jpeg"
---

View File

@@ -0,0 +1,10 @@
---
title: "Fhccenter"
description: "Website made for a private school"
demoUrl: "https://fhccenter.org"
techStack: ["Nextjs", "Typescript", "Prisma"]
date: "2025-01-03"
image: "/projects/fhccenter/thumbnail.jpeg"
---

View File

@@ -0,0 +1,8 @@
---
title: "Iridescent"
description: "An open-source graphics engine."
githubUrl: "https://github.com/timmypidashev/iridescent"
techStack: ["Cmake", "Glad", "Imgui"]
date: "2025-01-03"
image: "/projects/iridescent/thumbnail.jpeg"
---

View File

@@ -2,7 +2,7 @@
title: "Revive Auto Parts" title: "Revive Auto Parts"
description: "A car parts listing site built for a client." description: "A car parts listing site built for a client."
demoUrl: "https://reviveauto.parts" demoUrl: "https://reviveauto.parts"
techStack: ["Typescript", "Tanstack Router", "React Query"] techStack: ["Tanstack", "React Query", "Fastapi"]
date: "2024-12-15" date: "2024-12-15"
image: "/projects/reviveauto/thumbnail.jpeg" image: "/projects/reviveauto/thumbnail.jpeg"
--- ---

View File

@@ -0,0 +1,9 @@
---
title: "Website"
description: "My personal website and blog"
githubUrl: "https://github.com/timmypidashev/web"
demoUrl: "https://timmypidashev.dev"
techStack: ["Astro", "Typescript", "MDX"]
date: "2025-01-03"
image: "/projects/web/thumbnail.jpeg"
---