This repository contains the materials for the Jeudi du Libre at Mons, in June 2018.
This work is licensed under a Creative Commons Attribution 4.0 International License .
-
You need:
-
Docker CE 18.05+ (with local bind-mount capability - Docker4Mac, Docker4Windows or a local Linux Docker install)
-
GNU Make
-
-
Build the slides:
-
Clone the repository
-
Run the following
make
command:make
-
Open the resulting file
./dist/index.html
-
-
"The poor’s person live-reload"
-
No tools for live-reload here… yet
-
"Poor’s person" commands:
-
watch make document
-
AND
open ./dist/index.html
-
-