@dogatana/honkit-plugin-theme-default-fa5

Default theme for HonKit with FontAwesome 5


License
Apache-2.0
Install
npm install @dogatana/honkit-plugin-theme-default-fa5@1.0.6

Documentation

HonKit Default Theme with FontAwesome 5

This is the default theme for HonKit.

It can be used as a template for theming books or can be extended.

Image

License

Apache License

Also, This theme includes GitBook default theme codes. These are also Apache License.

Fork of @honkit/theme-default

honkit-plugin-theme-default-fa5 is a fork of https://github.com/honkit/honkit.

This plugin has following features.

  • Enable FontAwesome 5
  • Change "burger menu" icon to "fas fa-bars".
  • Add configuration to change "burger menu" icon.

Install

npm i @dogatana/honkit-plugin-theme-default-fa5

Setup

Before building book, add following settings in book.json

{
	"plugins": [
		"-theme-default",
		"@dogatana/theme-default-fa5"
	]
}

Costomize Icon

Specify a name of class in book.json like following.
You can use any icon of FontAwesome 5.

{
    "pluginsConfig": {
        "theme-default-fa5": {
            "iconClass": "fas fa-home"
        }
    }
}

Relases