diff --git a/src/config.ts b/src/config.ts index 1d4e20f..ba732e6 100644 --- a/src/config.ts +++ b/src/config.ts @@ -16,7 +16,7 @@ export const themeConfig: ThemeConfig = { centeredLayout: true, // Use centered layout (false for left-aligned) themeToggle: false, // Show theme toggle button (uses system theme by default) postListDottedDivider: false, // Show dotted divider in post list - footer: true, // Show footer + footer: false, // Show footer fadeAnimation: true // Enable fade animations }, diff --git a/src/content/posts/test-blog.md b/src/content/posts/test-blog.md index 41f00f7..8fe7565 100644 --- a/src/content/posts/test-blog.md +++ b/src/content/posts/test-blog.md @@ -1,6 +1,7 @@ --- title: 'IT WORKED' pubDate: '2025-07-18' +topic: 'general' --- ![](./_assets/happy_dawg.png) diff --git a/src/content/posts/the-ecs-system.md b/src/content/posts/the-ecs-system.md index 3286827..01fb72e 100644 --- a/src/content/posts/the-ecs-system.md +++ b/src/content/posts/the-ecs-system.md @@ -1,4 +1,5 @@ --- -title: 'The Entity Component System' +title: 'Game Engine Series I - The Entity Component System' pubDate: '2025-07-19' +tag: 'games' --- \ No newline at end of file