feat: initial Hugo static site for lora.vegas

This commit is contained in:
user
2026-02-08 08:47:33 -08:00
commit 6379c894d2
8 changed files with 160 additions and 0 deletions

5
archetypes/default.md Normal file
View File

@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++