Commit Graph

7 Commits

Author SHA1 Message Date
kennethreitz e996cb4689 Enhance mobile responsive design and optimize performance
Adds comprehensive mobile optimizations including responsive breakpoints,
touch-friendly interfaces, and performance enhancements. Reduces sacred
geometry complexity on mobile devices and implements touch gesture
support with improved typography scaling for better readability across
all screen sizes.
2025-05-24 14:45:01 -04:00
kennethreitz c2853a70b3 Increase text content width and simplify site footer 2025-05-23 18:40:42 -04:00
kennethreitz e7e0bf9a64 Implement clean URLs and sitemap functionality
Add clean URL routing that removes .md extensions from markdown files,
add comprehensive sitemap generation with both HTML and XML formats,
update navigation with new links, and style improvements including
better project card links and enhanced mobile navigation.
2025-05-23 11:51:02 -04:00
kennethreitz 09af53d6cb Enhance UI and functionality of directory and mindmap templates
- Updated styles in directory.html for improved readability and aesthetics, including color adjustments and hover effects.
- Enhanced directory item display with better spacing and tracking for text elements.
- Improved loading animations and transitions for a smoother user experience.
- Refactored mindmap.html to implement an Obsidian-style theme with new CSS variables for consistent styling.
- Added control and search panels to the mindmap for better user interaction.
- Implemented a class-based structure for mindmap functionality, improving code organization and maintainability.
- Enhanced node and link rendering in the mindmap with dynamic styling based on node types.
- Added tooltip functionality for nodes in the mindmap to provide contextual information.
- Improved responsiveness and accessibility of both templates.
2025-05-23 11:05:25 -04:00
kennethreitz 3a04670311 Enhance directory content styling with improved spacing, typography, and list formatting 2025-05-23 10:06:54 -04:00
kennethreitz 8347c51917 Implement dynamic content positioning in directory view based on word count 2025-05-23 10:04:29 -04:00
kennethreitz a706563036 Refactor code structure for improved readability and maintainability 2025-05-23 10:01:30 -04:00