From bfe25a65e46475cd76e64b64c47bed08f992b80c Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 29 May 2023 13:58:17 -0400 Subject: notForProd: added test files for 16:9 themes --- .gitignore | 6 ++++++ download.php | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.php | 4 ++++ output/test169.md | 7 +++++++ 4 files changed, 72 insertions(+) create mode 100644 .gitignore create mode 100644 output/test169.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bd4030 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore files starting with "procrastiSlides" +procrastiSlides*.pdf + +# Ignore the conversion files +push*.md +convert*.md diff --git a/download.php b/download.php index ea08e52..405c6d8 100644 --- a/download.php +++ b/download.php @@ -36,6 +36,61 @@
output/'$push'"); + shell_exec("cat output/test169.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/defaultIsKing.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + +

select

+ + placeHolderImage
+ + defaultIsKing
diff --git a/output/test169.md b/output/test169.md new file mode 100644 index 0000000..d434e10 --- /dev/null +++ b/output/test169.md @@ -0,0 +1,7 @@ +--- +theme: Nord +colortheme: Nord +aspectratio: 169 +fontsize: 17pt +fontfamily: libertine +--- -- cgit v1.2.3