initial commit

This commit is contained in:
Fabian Montero 2024-08-03 15:30:31 -06:00
commit 7a32292dda
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
91 changed files with 3095 additions and 0 deletions

View file

@ -0,0 +1,3 @@
+++
render = false
+++

View file

@ -0,0 +1,6 @@
+++
title = "About Me"
path = "about"
+++
Hello, World!

View file

@ -0,0 +1,5 @@
+++
title = "Archive"
path = "archive"
template = "archive.html"
+++