bdudelsack / bookdown-template
Template for the bookdown project using Bootstrap and HighlightJS
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bdudelsack/bookdown-template
Requires
- bookdown/bookdown: ^0.5.0
This package is not auto-updated.
Last update: 2025-12-04 07:05:38 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"
}