diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..229bd96 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/slides/01-intro.md b/slides/index.md similarity index 96% rename from slides/01-intro.md rename to slides/index.md index f70c37a..90a6e8d 100644 --- a/slides/01-intro.md +++ b/slides/index.md @@ -1,6 +1,6 @@ --- marp: true -theme: gaia +theme: uncover paginate: true backgroundColor: #fff ---