Commit Graph
6 Commits
Author SHA1 Message Date
Poyraz Avsever 5983e64910 feat: add site settings configuration and announcement data structure 2026-04-16 13:24:37 +03:00
Poyraz Avsever 0609170073 feat: enhance components with new features and optimizations
- Added support for conditional rendering of the NekoFollower component in AppShell based on ENABLE_NEKO_FOLLOWER.
- Introduced MarkdownImage component in BlogDetailContent for handling images in markdown, supporting both local and external assets.
- Improved BlogToc component to use IntersectionObserver for better performance in tracking active headings.
- Refactored ContentContent to utilize YoutubeLiteEmbed for embedding YouTube videos, simplifying the video rendering logic.
- Created a new YoutubeLiteEmbed component for lazy loading YouTube videos with thumbnail previews.
- Updated site-settings to include ENABLE_NEKO_FOLLOWER constant for feature toggling.
- Enhanced next.config.ts with image optimization settings for better performance.
- Refactored snippets-content to improve code readability and structure.
- Cleaned up home-hero and home-videos-section components for better layout and performance.
2026-04-15 10:38:28 +03:00
Poyraz Avsever c9ebebab74 feat: add site announcement configuration data structure and initial items 2026-04-14 09:55:29 +03:00
Poyraz Avsever dfd99caa76 feat(site): update announcement bar to UI Kit v2 2026-03-11 12:00:41 +03:00
Poyraz Avsever 94eab0ca09 content: update site-settings.ts (2026-03-11 08:12) 2026-03-11 11:12:00 +03:00
Poyraz Avsever 61c6717313 feat(layout): load announcement bar content from site settings 2026-03-11 11:03:26 +03:00