initial commit

This commit is contained in:
Nathan Schneider
2025-06-25 12:47:41 -07:00
commit da913234fd
109 changed files with 23921 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Hugo build output
/public/
/resources/_gen/
# Hugo modules
go.mod
go.sum
# Hugo cache
/hugo_stats.json
# Temporary lock files
*.tmp
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# Node modules (if using npm/yarn for themes or tools)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local
.env.production
# Backup files
*.bak
*.backup
# Hugo shortcodes backup
layouts/shortcodes/*.html~