init
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
4
src/content/posts/the-ecs-system.md
Normal file
4
src/content/posts/the-ecs-system.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'The Entity Component System'
|
||||
pubDate: '2025-07-19'
|
||||
---
|
||||
Reference in New Issue
Block a user