Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 348 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 348 Bytes

articles_foliant

Build Instructions

With Docker Compose:

# Site:
$ docker-compose run --rm foliant make site
# PDF:
$ docker-compose run --rm foliant make pdf

With pip and stuff (requires Python 3.6+, Pandoc, and TeXLive):

$ pip install -r requirements.txt
# Site:
$ foliant make site
# PDF:
$ foliant make pdf