feat: initial site

This commit is contained in:
Folke Lemaitre 2024-06-18 23:17:53 +02:00
parent 0671c76f96
commit df4dc74ead
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
31 changed files with 10703 additions and 0 deletions

21
.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.nvim