From 4165b908fe55a26dea850c376a340905408b8ee4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 23 Aug 2021 19:55:03 +0300 Subject: refactor: move document YAML metadata to top Sponsored-by: author --- ewww.md | 38 ++++++++++++++++++++------------------ 1 file 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 — 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 — 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 -... -- cgit v1.2.1