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

added css

parent b7889076
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment