From 54582489518e47844fa68fddbd9712ab53ff76c7 Mon Sep 17 00:00:00 2001 From: Phil Morrell Date: Tue, 17 Aug 2021 23:40:49 +0100 Subject: [PATCH] document initial build instructions * use pandoc 2.2.1-3+b2 just so the website has *something* for now * created orphaned branch for publishing, since it isn't source code --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb414b..90d18bf 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ Welcome to the LibreGaming website repository! ## How to contribute -*libregaming.org* is built with [Hugo](https://gohugo.io/). To contribute, just modify this repository; the licence we prefer is CC0-1.0. Happy writing! +*libregaming.org* is built from git with pandoc. Please remember to include a licence header (e.g. CC0-1.0). Happy writing! + + git checkout public + git show master:play-libre-games.md | pandoc > index.html + git commit -am Publish