Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 584 Bytes

Bookdown Bootstrap + HighlightJS Template

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"
}