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

added tufte

parent c8025d5a
No related branches found
No related tags found
No related merge requests found
Pipeline #6308 passed
image: omalaspinas/pandoc_website:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
##
## Run ssh-agent (inside the build environment)
......
[submodule "css/tufte-css"]
path = css/tufte-css
url = https://github.com/edwardtufte/tufte-css.git
......@@ -6,7 +6,7 @@ STYLES := css/tufte-css/tufte.css \
all: index.html
index.html: index.md Makefile
pandoc -o $@ $< -t html5 -c css/styling.css --self-contained
pandoc -o $@ $< -t html5 -c css/tufte-css/tufte.css --self-contained
deploy: all
mkdir -p site
......
Subproject commit c414b9117d5b39bdb747a172822333fc1043aee3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment