From d5bd60cae5c01e075478dc00f00f1e7613dcc634 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Tue, 20 Sep 2022 17:40:19 +0200
Subject: [PATCH] added css

---
 slides/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/Makefile b/slides/Makefile
index 924297c..d20caa4 100644
--- a/slides/Makefile
+++ b/slides/Makefile
@@ -37,11 +37,11 @@ puppeteer:
 	@echo "Setting chromium to $(CHROMIUM) for puppeteer"
 	@echo -e "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json
 
-index.md:
+index.md: gen_index.sh
 	$(shell ./gen_index.sh)
 
 index.html: index.md
-	pandoc -s $(OPTIONS) -o $@ $^
+	pandoc -s $(OPTIONS) --css ../css/tufte-css/tufte.css -o $@ $^
 
 markdown: $(MARKDOWN) # La markdown les cibles %.markdown
 
-- 
GitLab