Skip to content

Atomsoldat/presentations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

How to build

Build docker image containing all the tools to generate the website and pdfs

git clone https://github.com/cagix/pandoc-lecture.git /tmp/pandoc-lecture
cd  /tmp/pandoc-lecture/docker
make amd64
cd -

Mount this dir into build container

# the last argument  is the docker image to be started
docker run  --rm -it  -v "$(pwd):/pandoc" -w "/pandoc"  -u "$(id -u):$(id -g)"  --entrypoint "bash"  pandoc-lecture
make slides
...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published