From 60d69546e5a52ffae2b472d79667b41ed9ea3791 Mon Sep 17 00:00:00 2001 From: heaven Date: Fri, 18 Jul 2025 18:41:23 +0200 Subject: [PATCH] init --- public/favicon.svg | 8 +------- src/config.ts | 4 ++-- src/content/about/about.md | 12 +++++------- src/content/posts/the-ecs-system.md | 4 ++++ 4 files changed, 12 insertions(+), 16 deletions(-) create mode 100644 src/content/posts/the-ecs-system.md diff --git a/public/favicon.svg b/public/favicon.svg index 8a0d2fc..753c845 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,7 +1 @@ - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/config.ts b/src/config.ts index de5c0ce..1d4e20f 100644 --- a/src/config.ts +++ b/src/config.ts @@ -3,10 +3,10 @@ import type { ThemeConfig } from './types' export const themeConfig: ThemeConfig = { // SITE INFO /////////////////////////////////////////////////////////////////////////////////////////// site: { - website: 'https://astro-chiri.netlify.app/', // Site domain + website: 'https://vxheaven.cc/', // Site domain title: 'heaven', // Site title author: 'heaven', // Author name - description: 'Minimal blog built by Astro', // Site description + description: 'Blogging about games and malware.', // Site description language: 'en-US' // Default language }, diff --git a/src/content/about/about.md b/src/content/about/about.md index 19711ae..c53ade1 100644 --- a/src/content/about/about.md +++ b/src/content/about/about.md @@ -7,12 +7,10 @@ This content will be displayed at the top of the index page. You can leave this empty if you don’t want to show any content. --> +Welcome to my cool website. +Here I share the stuff I am interested in _(Mainly game & malware development-related content)_. +While I am also deeply interested in economics, I won't be posting about said topic, since the +scope of this blog is for tech-related stuff. -A static blog theme based on [Astro](https://astro.build), designed for clarity and focus. - -With a deliberately minimal design, this layout ensures your content takes center stage. It's built for flexibility, offering customization options that honor its clean and elegant aesthetic. - -Effortlessly share your thoughts in _a calm & dustless space._ - -[RSS](sdfsfd) / [Git](https://github.com/the3ash/astro-chiri) +[RSS](/rss.xml) / [Git](https://github.com/the3ash/astro-chiri) diff --git a/src/content/posts/the-ecs-system.md b/src/content/posts/the-ecs-system.md new file mode 100644 index 0000000..3286827 --- /dev/null +++ b/src/content/posts/the-ecs-system.md @@ -0,0 +1,4 @@ +--- +title: 'The Entity Component System' +pubDate: '2025-07-19' +--- \ No newline at end of file