summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-21DRY up willora.mk a little bitCharlotte Koch
Common-ifying the various book sections and other necessary prerequesites
2023-12-21Paperback and hardcover can depend on user-defined "EXTRA" pagesCharlotte Koch
While here, fix a bug where the hardcover didn't depend on the biography
2023-12-20The different kinds of frontmatter now come from a single templateCharlotte Koch
2023-12-20Allow the colophon template to switch on the "volume kind"Charlotte Koch
This way we can write a template that does one thing if we're targeting a paperback, and a different thing for a hardcover -- for instance.
2023-11-09Need to use the correct MEDIA for the backmatter, tooCharlotte Koch
The "prepress" versus "print" distinction didn't propogate to the backmatter, now it does
2023-11-03Add a simple wordcount featureCharlotte Koch
2023-10-23Every edition has its own Catalog Number in addition to the ISBNCharlotte Koch
2023-10-22Changed Ko-Fi username to 'magentastripe'Charlotte Koch
2023-10-15Use MSM's code at the "MSM" branch, not "Charlotte"Charlotte Koch
2023-10-15Refer to MSM's copy of Asciidoctor, not dressupgeekout'sCharlotte Koch
2023-10-12Add a "Biography" section, and make sure backmatter text is justifiedCharlotte Koch
2023-10-08Purposefully exclude comments and handle smart-quoting directlyCharlotte Koch
Asciidoctor's handling of quote marks isn't perfect, but we can preprocess the markup a bit further to take care of it on our end. Also, strip comments out of the "concatenated" document on purpose -- this is to allow for more accurate word-counts.
2023-09-19Add "PoppyDigest", which is the Poppy theme but in Lulu Digest sizeCharlotte Koch
2023-09-19Add Acknowledgments sub-theme for PoppyCharlotte Koch
2023-09-19Initial Asciidoc -> docx converterCharlotte Koch
It is missing the "reference document" such that the resultant docx has the expected styling -- that will be next.
2023-09-19Spell my name correctlyCharlotte Koch
2023-09-19Add 'docbook' targetCharlotte Koch
2023-09-19Add my email to the copyright statementCharlotte Koch
2023-09-16Rubygems are always vendored locallyCharlotte Koch
2023-08-17The PDF converter subclassed is based on the THEMECharlotte Koch
Fixes #9
2023-08-17Mention epub in READMECharlotte Koch
2023-08-17Add graphical logo to READMECharlotte Koch
2023-08-17Use my professional emailCharlotte Koch
2023-08-17Upgrade to asciidoctor-pdf version 2.3.9Charlotte Koch
2023-08-17Sed substitutions to go in a separate fileCharlotte Koch
This is the beginnings of the big Unicode conversion table
2023-08-17Render different frontmatter for different editionsCharlotte Koch
2023-06-05Add 'make pdf' and 'make epub' shortcutsCharlotte Koch
2023-06-04Preliminary support for EPUB3 outputCharlotte Koch
The real change is that now there are 2 different ADOC_TOTALs, one for PDF and one for EPUB. This is because the workarounds currently in place for frontmatter styling don't work in EPUB output (because an EPUB can't "include" a PDF). At the moment, both of the ADOC_TOTALs are identical and the frontmatter bug is still present in EPUB output, but at least the plumbing is in place to make them different.
2023-06-04Add support for Acknowledgments at the endCharlotte Koch
2023-03-12willora.mk: Remove extraneous commentCharlotte Koch
2023-03-12"Boring" theme tweaksCharlotte Koch
2023-03-12"Cabin" and "WaterGothic" aren't actually part of Poppy themeCharlotte Koch
These are specific mods to Poppy in my own book -- not part of Poppy itself.
2023-02-27Allow Colophon and Dedication page to have unique stylesCharlotte Koch
The unique styling for the Colophon and Dedication pages (and probably some others in the future, too) is taken care of with the "imported PDF" feature of Asciidoctor-PDF.
2023-02-16Import "Boring" themeCharlotte Koch
This is intended to mimic a standard manuscript format -- still needs tweaking for sure
2023-02-16willora.mk: TypoCharlotte Koch
2023-02-16Create FUNDING.ymlCharlotte Koch
2023-02-16Generic author and book-title in the "Poppy" themeCharlotte Koch
2023-02-16Use my fork of Asciidoctor-PDFCharlotte Koch
2023-02-16Properly format links in READMECharlotte Koch
2023-02-16First commitCharlotte Koch