bdudelsack/bookdown-template

Template for the bookdown project using Bootstrap and HighlightJS

0.1.0 2016-04-18 14:32 UTC

This package is not auto-updated.

Last update: 2024-04-10 22:59:55 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"
}