appsdock/bookdown-template

Bookdown.io With Bootstrap and Syntax Highlighting

v1.0 2019-09-14 07:42 UTC

This package is auto-updated.

Last update: 2021-01-14 14:24:34 UTC


README

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 appsdock/bookdown-template.

{
    "require-dev": {
        "appsdock/bookdown-template": "^0.1.0"
    }
}

Put the following into your bookdown.json

{
    ...
    "template": "../vendor/appsdock/bookdown-template/templates/main.php"
}