summaryrefslogtreecommitdiffstats
path: root/content/admin/index.md
blob: c3badbb0d7d8e9c27e2d8d2e6507d6ad6b73df3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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
```