Implement GitHub Pages site with lab index and sample content

Co-authored-by: cliffe <670192+cliffe@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-15 21:35:41 +00:00
parent 5782732147
commit 8acae08d3e
12 changed files with 1583 additions and 1 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Jekyll build artifacts
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ruby
.bundle/
vendor/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*~
.tmp