Initial commit

This commit is contained in:
2026-05-25 14:09:23 +03:00
commit 09356f1016
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# Homepage
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+3
View File
@@ -0,0 +1,3 @@
baseURL = 'https://nightnoryu.com/'
locale = 'en-us'
title = 'nightnoryu'