Source files for the LibreGaming website https://libregaming.org
Go to file
Phil Morrell a49927bd59
update pandoc instructions to fix charset
* chat-with-us.md is the current homepage
* -s, --standalone, includes <meta charset="utf-8" />
* but then the default is also <title>Untitled</title>
* alternatively, from pandoc v2.8, --shift-heading-level-by=-1
2021-10-29 11:44:28 +01:00
LICENSE simplify licensing 2021-08-17 22:19:29 +01:00
README.md update pandoc instructions to fix charset 2021-10-29 11:44:28 +01:00
chat-with-us.md drop community archives as history is restricted 2021-10-28 23:19:49 +01:00
play-libre-games.md replace non-ascii characters 2021-09-02 00:07:36 +01:00

README.md

LibreGaming website

Welcome to the LibreGaming website repository!

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