Skip to content
Snippets Groups Projects
Verified Commit d5bd60ca authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added css

parent b7889076
No related branches found
No related tags found
No related merge requests found
Pipeline #19457 passed
...@@ -37,11 +37,11 @@ puppeteer: ...@@ -37,11 +37,11 @@ puppeteer:
@echo "Setting chromium to $(CHROMIUM) for puppeteer" @echo "Setting chromium to $(CHROMIUM) for puppeteer"
@echo -e "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json @echo -e "{\n\"executablePath\":" \"$(CHROMIUM)\" ",\n\"args\": [\"--no-sandbox\"]\n}" > .puppeteer.json
index.md: index.md: gen_index.sh
$(shell ./gen_index.sh) $(shell ./gen_index.sh)
index.html: index.md 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 markdown: $(MARKDOWN) # La markdown les cibles %.markdown
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment