Add Hugo static site with homepage, resume, and blog sections

This commit is contained in:
2026-02-12 13:49:00 -05:00
parent 6f2b9a076f
commit 24b129cfe2
50 changed files with 1566 additions and 2 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Hugo generated files
/public/
/resources/_gen/
/bin/
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
# Hugo cache
.hugo_build.lock
# Downloaded archives
*.tar.gz