23 lines
385 B
YAML
23 lines
385 B
YAML
title: Notes
|
|
icon: 📖
|
|
|
|
columns:
|
|
- width: 1/2
|
|
sections:
|
|
drafts:
|
|
extends: sections/notes
|
|
headline: Drafts
|
|
status: draft
|
|
|
|
unlisted:
|
|
extends: sections/notes
|
|
headline: In Review
|
|
status: unlisted
|
|
|
|
- width: 1/2
|
|
sections:
|
|
listed:
|
|
extends: sections/notes
|
|
headline: Published
|
|
status: listed
|