libregaming-website/README.md

16 lines
435 B
Markdown
Raw Normal View History

<!-- SPDX-License-Identifier: CC0-1.0 -->
# LibreGaming website
Welcome to the LibreGaming website repository!
2021-08-08 12:29:26 +02:00
## How to contribute
*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:chat-with-us.md \
| pandoc --standalone --metadata=title:'Libre Gaming' \
> index.html
git commit -am Publish