changed to docusaurus

This commit is contained in:
2023-03-23 10:24:48 -04:00
parent 860ef6d671
commit df7f7601cc
51 changed files with 13997 additions and 199 deletions

29
.gitignore vendored
View File

@ -1,13 +1,20 @@
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Dependencies
/node_modules
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Production
/build
# Temporary lock file while building
/.hugo_build.lock
# 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*