update slides before PHP Stoke
This commit is contained in:
parent
9b9d15a0e0
commit
6640ded8c3
76 changed files with 1676 additions and 863 deletions
11
justfile
Normal file
11
justfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
_default:
|
||||
@just --list
|
||||
|
||||
generate name theme="light":
|
||||
cd {{ name }} \
|
||||
&& rst2pdf {{ name }}.rst \
|
||||
--break-level 1 \
|
||||
--fit-background-mode scale \
|
||||
--font-path ../fonts \
|
||||
--output {{ name }}.pdf \
|
||||
--stylesheets opdavies-{{ theme }},tango
|
Loading…
Add table
Add a link
Reference in a new issue