initial theme - coming soon

This commit is contained in:
2026-07-03 01:41:54 -07:00
commit 2f4fceadad
20 changed files with 642 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+16
View File
@@ -0,0 +1,16 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
type: devlog
description: ""
series: ""
series_order: 0
languages: []
tags: []
video_url: ""
book: ""
chapter: 0
---
Write your post here.