bdudelsack / bookdown-template
Template for the bookdown project using Bootstrap and HighlightJS
0.1.0
2016-04-18 14:32 UTC
Requires
- bookdown/bookdown: ^0.5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-10 10:54:48 UTC
README
For use with bookdown.
Installation
Installation of this library uses Composer. For Composer documentation, please refer to getcomposer.org.
Put the following into your composer.json or run composer require bdudelsack/bookdown-template.
{
"require-dev": {
"bdudelsack/bookdown-template": "^0.1.0"
}
}
Put the following into your bookdown.json
{
...
"template": "../vendor/bdudelsack/bookdown-template/template/main.php"
}