Commit Graph
12 Commits
Author SHA1 Message Date
Poyraz Avsever a646b35a33 feat: add blog detail content component with markdown parsing, syntax highlighting, and reading progress tracking 2026-04-24 11:20:35 +03:00
Poyraz Avsever 36ffbea30a feat: add new blog posts, associated images, and automation scripts for content management 2026-04-10 11:55:47 +03:00
Poyraz Avsever e08b9ae708 chore(deps): add framer-motion and giscus 2026-03-30 11:25:27 +03:00
Poyraz Avsever c6d1252bb8 Refactor code structure for improved readability and maintainability 2026-03-11 14:44:20 +03:00
poyrazavsever 875ea7f70e fix: fixed the react syntax highlight type def 2026-03-11 13:19:08 +03:00
Poyraz Avsever e3f1fa3fa0 feat(panel): add electron dashboards for data, podcasts, media, and publish 2026-03-11 11:03:56 +03:00
poyrazavsever c253bad8bf Add new podcast episodes and update content structure
- Created new podcast episode files for "Freelance Client Stories", "Productivity Without Burnout", "Conversations with Builders", "Stable Frontend Systems", "Writing Cleaner Service Layers", and "Foundations Over Tools" with relevant metadata and episode notes.
- Introduced a new TypeScript type definition for PodcastKind and PodcastEpisode to enhance type safety.
- Implemented a content reading function to fetch and sort podcast episodes by date.
- Updated package.json to include new dependencies: gray-matter for markdown parsing and pdfjs-dist for PDF handling.
- Added PDF files for Atomic Design and personal resume to the public directory.
2026-03-10 22:21:40 +03:00
Poyraz Avsever 4c0be0374c chore: clean up empty code change sections in the changes log 2026-03-10 11:55:05 +03:00
Poyraz Avsever 29a0a8a893 Add logo image to the public directory 2026-03-10 09:36:47 +03:00
Poyraz Avsever 437080eb35 feat: update portfolio metadata and remove unused dependencies 2026-03-10 08:59:03 +03:00
Poyraz Avsever ffc6c65db1 feat: integrate poyraz-ui and reactive-switcher for theme management
- Added poyraz-ui preset CSS import to globals.css for styling.
- Created theme-switcher.md documentation for reactive-switcher usage.
- Added usage-guide.md for comprehensive Poyraz UI instructions.
- Updated package.json to include reactive-switcher as a dependency.
- Modified pnpm-lock.yaml to reflect the addition of reactive-switcher.
- Established themes.ts to export Poyraz UI themes for use in the application.
2026-03-09 10:25:39 +03:00
Poyraz Avsever 24241aa1af Initial commit from Create Next App 2026-03-09 10:21:53 +03:00