blob: bd5fe23891fb0115ba5581b113f9e436f53183d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: Dashboard
layout: admin
draft: false
---
# 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
```
|