diff --git a/.gitignore b/.gitignore index fcbea52..24547e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ book -.DS_Store \ No newline at end of file +.DS_Store +*.mobi \ No newline at end of file diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 60e0089..844f895 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,6 +1,7 @@ # Project Koomer - [Introduction](./introduction.md) + - [eBook Copy of This Story](./ebook.md) - [August, 2012](./08_2012.md) - [September, 2012](./09_2012.md) - [October, 2012](./10_2012.md) diff --git a/src/build.sh b/src/build.sh index 9c306f2..f6b823b 100755 --- a/src/build.sh +++ b/src/build.sh @@ -40,7 +40,9 @@ within.md ' pandoc -o project-koomer.epub --epub-chapter-level=1 title.txt $FILES +kindlegen project-koomer.epub mkdir -p ../book +cp ./project-koomer.mobi ../book cp ./project-koomer.epub ../book cd .. && mdbook build diff --git a/src/ebook.md b/src/ebook.md new file mode 100644 index 0000000..bc9dfbe --- /dev/null +++ b/src/ebook.md @@ -0,0 +1,6 @@ +## eBook Copy of This Story + +This eBook file is Public Domain. Sharing, remixing and redistributing are encouraged. + +- [ePub (iBooks, etc.)](./project-koomer.epub) +- [Kindle](./project-koomer.mobi) diff --git a/src/introduction.md b/src/introduction.md index 62b5f88..47f3466 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -6,6 +6,10 @@ I don't really know what I can say to prepare you for this. It is important to stress that this is one person's recorded interactions and results with tulpamancy. This does not represent the normal experience that one can expect from tulpamancy. This is an edge case to say the least. +**Content Warning** + +This book is basically a subtle psychological horror creepypasta. If this is not something that you would be interested in reading through, you don't have to read it; there's no shame in closing this file and never opening it again. This should only be read by adults. + **Legal Notice** This book is presented solely for educational and entertainment purposes. While best efforts have been used in preparing this book, the authors make no representations or warranties of any kind and assume no liabilities of any kind with respect to the accuracy or completeness of the contents and specifically disclaim any implied warranties of merchantability or fitness of use for a particular purpose. The authors shall not be held liable or responsible to any person or entity with respect to any loss or incidental or consequential damages caused, or alleged to have been caused, directly or indirectly, by the information or programs contained herein.