feat: restructure project, implement askama templating

This commit is contained in:
t.lettermann
2024-07-23 20:08:45 +02:00
parent b1cafda669
commit 83cee11e65
50 changed files with 536 additions and 572 deletions

28
.gitignore vendored
View File

@ -10,5 +10,29 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# IDEs and editors
.vscode
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?