Commit Graph

17 Commits

Author SHA1 Message Date
denshooter 91eb446ac5 fix: cleanup footer, smart navigation, and projects redesign
Removed aggressive background text in footer. Implemented intelligent back button for projects. Redesigned project archive page. Stabilized idle quote logic in activity feed.
2026-02-16 01:35:35 +01:00
Cursor Agent 423a2af938 Integrate Prisma for content; enhance SEO, i18n, and deployment workflows
Co-authored-by: dennis <dennis@konkol.net>
2026-01-12 15:27:35 +00:00
denshooter 20f0ccb85b refactor: improve 404 page loading experience and styling
- Replace Suspense with useEffect for better control over component mounting.
- Update loading indicators with fixed positioning and enhanced styling for a terminal-like appearance.
- Modify KernelPanic404 component to improve text color handling and ensure proper visibility.
- Introduce checks for 404 page detection based on pathname and data attributes for more accurate rendering.
2026-01-10 03:41:22 +01:00
Denshooter d517abab9f refactor(footer, header, robots): enhance accessibility, improve formatting, and update sitemap directives 2025-02-13 18:18:00 +01:00
Denshooter a8f10c8e37 refactor(sitemap): improve sitemap generation and error handling; rename sitemap file 2025-02-13 16:10:14 +01:00
Denshooter b93226ad6f fix: improve project data handling and sitemap generation
Refactor project data parsing to ensure type safety by casting 
the project data as a string. Enhance the sitemap generation 
by fetching data from a dynamic API route, allowing for 
more accurate and up-to-date sitemap entries. Remove unused 
project markdown files to clean up the project structure. 
These changes improve code reliability and maintainability.
2025-02-12 17:18:22 +01:00
Denshooter 635c244c06 feat: update dependencies and enhance privacy policy
Replace "@vercel/analytics" with "@tryghost/content-api" and add 
"node-fetch" to dependencies. Remove "@vercel/speed-insights" to 
streamline the package. Update robots.txt to dis access to 
"/legal-notice" and "/privacy-policy". Change <p> tags to <div> in 
the Privacy Policy for better structure. Update the last modified 
date in the Legal Notice. Add a new API route for fetching images 
with error handling for missing URL parameters.
2025-02-12 12:59:15 +01:00
Denshooter 36e44ef1b8 feat: add cookie consent banner and privacy policy page; update dependencies and improve animations 2025-02-04 16:44:49 +01:00
Denshooter e37aba3ece feat: implement project fetching and markdown rendering for enhanced project display 2025-02-04 01:51:46 +01:00
Denshooter f1112becd9 feat: implement project fetching and markdown rendering for enhanced project display 2025-02-04 01:37:58 +01:00
Denshooter bf79f2ea06 refactor: update header and hero components for improved styling and layout 2025-02-03 20:01:18 +01:00
Denshooter 7438630194 update 2025-01-30 11:35:05 +01:00
Denshooter bd657eb7ea updata 2025-01-23 14:08:25 +01:00
Denshooter 8f82df884a update 2025-01-06 09:08:55 +01:00
Denshooter 33b8b44b1f update 2025-01-05 21:05:18 +01:00
Denshooter 143bd821e5 update 2025-01-05 17:52:41 +01:00
Denshooter ceb64d5251 Initial commit from Create Next App 2025-01-05 13:09:13 +01:00