summaryrefslogtreecommitdiffstats
path: root/content/admin/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/admin/index.md')
-rw-r--r--content/admin/index.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/content/admin/index.md b/content/admin/index.md
deleted file mode 100644
index c3badbb..0000000
--- a/content/admin/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: Dashboard
-layout: admin
-draft: true
----
-
-# Admin Dashboard
-
-Site is served statically. Use the CLI to manage content and users.
-
-```
-nebbet build # one-shot build
-nebbet build --watch # watch mode
-nebbet user add admin
-nebbet user list
-```