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
This commit is contained in:
Phil Morrell 2021-10-29 11:32:50 +01:00
parent 0ac60b8861
commit a49927bd59
Signed by: emorrp1
GPG Key ID: DBCA65091F248E6C
1 changed files with 3 additions and 1 deletions

View File

@ -9,5 +9,7 @@ Welcome to the LibreGaming website repository!
*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 show master:chat-with-us.md \
| pandoc --standalone --metadata=title:'Libre Gaming' \
> index.html
git commit -am Publish