This commit is contained in:
2025-07-18 18:41:23 +02:00
parent be38fee686
commit 60d69546e5
4 changed files with 12 additions and 16 deletions

View File

@@ -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
},

View File

@@ -7,12 +7,10 @@ This content will be displayed at the top of the index page.
You can leave this empty if you dont 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)

View File

@@ -0,0 +1,4 @@
---
title: 'The Entity Component System'
pubDate: '2025-07-19'
---