summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-23 19:55:03 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-23 19:55:03 +0300
commit4165b908fe55a26dea850c376a340905408b8ee4 (patch)
tree9c7858fac71fa8992151086408b82087b83a8140
parent3b387bd42b5b928a17a223406995008af3f729ea (diff)
downloadewww-4165b908fe55a26dea850c376a340905408b8ee4.tar.gz
refactor: move document YAML metadata to top
Sponsored-by: author
-rw-r--r--ewww.md38
1 files changed, 20 insertions, 18 deletions
diff --git a/ewww.md b/ewww.md
index 8de29d7..97b8357 100644
--- a/ewww.md
+++ b/ewww.md
@@ -1,3 +1,23 @@
+---
+title: "Ewww &mdash; a Web server for static sites"
+author: Lars Wirzenius
+template: python
+bindings:
+ - subplot/ewww.yaml
+ - lib/daemon.yaml
+ - lib/files.yaml
+ - lib/runcmd.yaml
+functions:
+ - subplot/ewww.py
+ - subplot/http.py
+ - lib/daemon.py
+ - lib/files.py
+ - lib/runcmd.py
+classes:
+ - scenario-disabled
+...
+
+
# Introduction
Ewww is a web server for static sites. It aims to be simple code,
@@ -145,21 +165,3 @@ and allow is "GET HEAD"
~~~
----
-title: "Ewww &mdash; a Web server for static sites"
-author: Lars Wirzenius
-template: python
-bindings:
- - subplot/ewww.yaml
- - lib/daemon.yaml
- - lib/files.yaml
- - lib/runcmd.yaml
-functions:
- - subplot/ewww.py
- - subplot/http.py
- - lib/daemon.py
- - lib/files.py
- - lib/runcmd.py
-classes:
- - scenario-disabled
-...