updated hugo site

This commit is contained in:
2026-02-28 22:23:50 -06:00
parent 797892adef
commit fdfe0c9983
6 changed files with 39 additions and 6 deletions

9
archetypes/book.md Normal file
View File

@@ -0,0 +1,9 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
layout = ''
type = 'book'
tags = ''
chapterno = 0
+++