From f007caaf422366cb5345c35062584848b8b947cb Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Tue, 20 Sep 2022 16:33:36 +0200 Subject: [PATCH] css --- css/{ => tufte-css}/tufte.css | 0 slides/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename css/{ => tufte-css}/tufte.css (100%) diff --git a/css/tufte.css b/css/tufte-css/tufte.css similarity index 100% rename from css/tufte.css rename to css/tufte-css/tufte.css diff --git a/slides/Makefile b/slides/Makefile index 245cbb0..f56e0ed 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -48,7 +48,7 @@ index.md: gen_index.sh $(shell ./gen_index.sh) index.html: index.md - pandoc -s $(OPTIONS) --css ../css/tufte.css -o $@ $^ + pandoc -s $(OPTIONS) --css ../css/tufte-css/tufte.css -o $@ $^ deploy: all index.html mkdir -p prog_seq_c_cours -- GitLab