1
0

update theme to uncover, remove intro slide, add gitignore

This commit is contained in:
2025-09-13 19:13:50 +02:00
parent e6c45b0a06
commit 0f9ad0be41
2 changed files with 63 additions and 1 deletions

62
.gitignore vendored Normal file
View File

@@ -0,0 +1,62 @@
# Dependencies
node_modules/
# Build output
build/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# macOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
# IDEs
.vscode/
.idea/
*.swp
*.swo
# Marp specific
*.html
*.pdf

View File

@@ -1,6 +1,6 @@
---
marp: true
theme: gaia
theme: uncover
paginate: true
backgroundColor: #fff
---