bookdown / bookdown
Provides DocBook-like rendering of Markdown files.
Installs: 41 403
Dependents: 17
Suggesters: 0
Security: 0
Stars: 81
Watchers: 10
Forks: 11
Open Issues: 4
Requires
- php: >=5.6.0
- aura/cli: ~2.0
- aura/html: ~2.0
- aura/view: ~2.0
- bookdown/themes: ~1.0
- league/commonmark: ~0.0
- psr/log: ~1.0
Requires (Dev)
README
Bookdown generates DocBook-like HTML output using Markdown and JSON files instead of XML.
Bookdown is especially well-suited for publishing project documentation to GitHub Pages.
Read more about it at http://bookdown.io.
Current Work
tobiju/bookdown-bootswatch-templates
is now part of Bookdown. You can use it by setting the "template": "bookdown/themes",
in your bookdown.json
Templates
This is a list of custom bookdown.io templates
Tests
To run the tests after composer install
, issue ./vendor/bin/phpunit
at the package root.
Todo
(In no particular order.)
-
new
bookdown.json
elements-
"numbering"
: indicates how to number the pages at this level (decimal, upper-alpha, lower-alpha, upper-roman, lower-roman) -
"authors"
: name, note, email, and website of book authors -
"editors"
: name, note, email, and website of book editors -
"beforeToc"
: indicates a Markdown file to place on the index page before the TOC -
"afterToc"
: indicates a Markdown file to place on the index page after the TOC -
"subtitle"
: indicates a subtitle on an index page
-
-
navigational elements
-
sidebar of siblings at the current level
-
breadcrumb-trail of parents leading to the current page
-
-
features
-
Automatically add a "date/time generated" value to the root config object and display on the root page
-
Display authors, editors, etc. on root page
-
A command to take a PHPDocumentor structure.xml file and convert it to a Bookdown origin structure (Markdown files + bookdown.json files)
-
A process to rewrite links on generated pages (this is for books collected from multiple different sources, and for changing origin
*.md
links to target*.html
links) -
Pre-process and post-process behavior to copy and/or remove site files
-
Treat the root page as different from other indexes, allow it to be a nice "front page" for sites
-