Creative Commons FAQ page
index.html
files in faq/
. They are
generated by the build script.
Only modify the markdown files (faq-en.md
and faq-fr.md
).
- On your local computer:
- Ensure that you have
pandoc
installed (it is availble via Homebrew on macOS) - Generate new
index.html
files:
./build.sh
- Review changes:
git diff
- Commit your changes
- Ensure that you have
- On the
faq
server, pull changes:cd /var/www/faq sudo git pull
- On the
www
server, restart varnish:sudo service varnish restart
The code (build.sh
) is licensed CC0 1.0 Universal.
The content (.md
, .html
, and .png
files) are licensed CC BY 4.0