diff options
author | pacien | 2022-10-31 00:13:40 +0100 |
---|---|---|
committer | pacien | 2022-11-19 18:55:31 +0100 |
commit | acef302de422e276261e712241949ce8fb9904d1 (patch) | |
tree | 7f3e0b11e0d36eb8ded2f2792e7ad2311c86a4c2 /example/src | |
parent | 8e0cda290d85d0a126093c9950c8030cfcb9d800 (diff) | |
download | ldgallery-acef302de422e276261e712241949ce8fb9904d1.tar.gz |
example: add sample EPUB file
Diffstat (limited to 'example/src')
-rw-r--r-- | example/src/Misc Media/First Geneva Convention.epub | bin | 0 -> 80897 bytes | |||
-rw-r--r-- | example/src/gallery.yaml | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/example/src/Misc Media/First Geneva Convention.epub b/example/src/Misc Media/First Geneva Convention.epub new file mode 100644 index 0000000..4274ab7 --- /dev/null +++ b/example/src/Misc Media/First Geneva Convention.epub | |||
Binary files differ | |||
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml index 1a6cd69..c13cdca 100644 --- a/example/src/gallery.yaml +++ b/example/src/gallery.yaml | |||
@@ -10,6 +10,7 @@ includedFiles: | |||
10 | - '*.txt' | 10 | - '*.txt' |
11 | - '*.md' | 11 | - '*.md' |
12 | - '*.pdf' | 12 | - '*.pdf' |
13 | - '*.epub' | ||
13 | - '*.ogg' | 14 | - '*.ogg' |
14 | - '*.mp4' | 15 | - '*.mp4' |
15 | 16 | ||