You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
813 B
Markdown
29 lines
813 B
Markdown
---
|
|
categories:
|
|
- CMS
|
|
- Docs
|
|
- Markup
|
|
cover: fire.jpg
|
|
cover_alt: computer is burning but is ok
|
|
date: 13/12/2022
|
|
description: Flat markup documentation framework (hot)
|
|
git: https://git.xpub.nl/kamo/bonfire
|
|
slug: bonfire
|
|
title: bonfire
|
|
url: https://hub.xpub.nl/soupboat/bonfire/
|
|
---
|
|
|
|
A small framework to document project on the soupboat using a shared flat markup list as source. Meant to be edited by users of the soupboat to document their things.
|
|
|
|
It's a single file CMS. The syntax of this file is really minimal, and it works together with the linear nature of the list to organize the contents. There are just a couple of level of hierarchy, hence the idea of flat structure.
|
|
|
|
```
|
|
(title)
|
|
[section]
|
|
--> Notes
|
|
>>comment (TBD)
|
|
Normal text
|
|
```
|
|
|
|
Find it live on the [here](https://hub.xpub.nl/soupboat/bonfire/)
|