added hugo files

This commit is contained in:
2026-02-27 22:36:11 -06:00
parent 88956b969d
commit 18e8886c41
24 changed files with 370 additions and 0 deletions

11
archetypes/cpp/index.md Normal file
View File

@@ -0,0 +1,11 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
layout = 'note'
type = 'notes'
tags = 'cpp'
chapter = ''
+++
# This is a Note