feat(agenda): add weekly agenda experience

This commit is contained in:
poyrazavsever
2026-08-31 09:28:11 +03:00
parent ea35a30198
commit 36f888931d
10 changed files with 271 additions and 63 deletions
+9
View File
@@ -2,6 +2,7 @@
"Nav": {
"about": "About",
"blog": "Blog",
"agenda": "Weekly Agenda",
"content": "Content",
"projects": "Projects",
"gallery": "Gallery",
@@ -87,6 +88,14 @@
"diagramLoading": "Diagram rendering...",
"diagramError": "Could not render Mermaid diagram."
},
"Agenda": {
"title": "Weekly Agenda",
"description": "Weekly developments and commentary from software, technology, design, and artificial intelligence.",
"searchPlaceholder": "Search the weekly agenda...",
"empty": "No agenda posts yet.",
"noSearch": "No agenda posts found for \"{search}\".",
"backToAgenda": "<- Back to Weekly Agenda"
},
"AnimationSources": {
"title": "Animation Sources",
"description": "Production notes, prompts, and reusable code from animations I create for web and mobile products.",