-
-
- {{ counter }}
-
-
-
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index 18dde11..0000000
--- a/netlify.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[build.environment]
- NODE_VERSION = "18"
-
-[build]
- publish = "dist"
- command = "npm run build"
-
-[[redirects]]
- from = "/.well-known/*"
- to = "/.well-known/:splat"
- status = 200
-
-[[redirects]]
- from = "/*"
- to = "/index.html"
- status = 200
diff --git a/pages/multiple-entries.md b/pages/multiple-entries.md
deleted file mode 100644
index 5b17510..0000000
--- a/pages/multiple-entries.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# Multiple Entries
-
-You can split your slides.md into multiple files and organize them as you want using the `src` attribute.
-
-#### `slides.md`
-
-```markdown
-# Page 1
-
-Page 2 from main entry.
-
----
-src: ./subpage.md
----
-```
-
-