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
This commit is contained in:
Phil Morrell 2021-08-17 23:40:49 +01:00
parent 1a45ffeb4f
commit 5458248951
Signed by: emorrp1
GPG Key ID: DBCA65091F248E6C
1 changed files with 5 additions and 1 deletions

View File

@ -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