inital commit

This commit is contained in:
2024-03-23 22:54:33 -05:00
parent 35a52ee69b
commit 0e6138fb8c
19 changed files with 4460 additions and 0 deletions

11
frontmatter.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.framework.id": "hugo",
"frontMatter.content.publicFolder": "static",
"frontMatter.content.pageFolders": [
{
"title": "posts",
"path": "[[workspace]]/content/posts"
}
]
}