chore: basic setup with metalsmith

This commit is contained in:
2025-02-07 11:59:07 +01:00
parent 5adbca06fa
commit c97a015a71
21 changed files with 2155 additions and 0 deletions

6
.gitignore vendored
View File

@@ -91,6 +91,9 @@ out
.nuxt
dist
# Metalsmith build output
build
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
@@ -128,3 +131,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# MacOS
.DS_Store