summaryrefslogtreecommitdiff
path: root/panfry/main.py
AgeCommit message (Collapse)AuthorFilesLines
2013-03-23Add panfry serve command and pandoc-optionsScott Bahling1-11/+39
2013-03-23Change --srcdir to --docdirScott Bahling1-4/+4
Avoid confusion with the src/ path that contain the document sources
2013-03-23New document file structureScott Bahling1-5/+15
- Document source is to be found under srcdir/src - Templates under srcdir/templates - Assets under srcdir/assets Assets are any files/directories that should be copied to the pubdir but are otherwise unprocessed by panfry. - By default pubdir = srcdir/pub
2013-03-20Add epub generationScott Bahling1-0/+4
Default to xelatex latex engine for pdf generation to handle utf-8 properly.
2013-03-19Implement full table of contents generationScott Bahling1-0/+3
By default panfry now generates a full table of contents navigation for split page documents. This means the TOC navitation has links to all pages and page sections. Simple, page only level table of contents can be switched on by passing the --simple-toc option.
2013-03-17initial commitScott Bahling1-0/+46