first comm

This commit is contained in:
2026-04-26 23:21:15 -07:00
commit 46d4e27ad4
12 changed files with 254 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
---
title: About
date: 2026-04-26T00:00:00-07:00
draft: false
---
Hi, I am Chase.
This is my personal blog built with Hugo, re-Terminal, and Sveltia CMS.
+4
View File
@@ -0,0 +1,4 @@
---
title: Content Admin
layout: headless-cms
---
+3
View File
@@ -0,0 +1,3 @@
---
title: Posts
---
+14
View File
@@ -0,0 +1,14 @@
---
title: Hello World
date: 2026-04-26T00:00:00-07:00
draft: false
author: Chase Chimeric
description: First post on the new blog.
tags:
- hugo
- blog
---
This is the first post on the new personal site.
If you are reading this, the theme and content pipeline are working.