1.0.6 • Published 3 years ago

@dogatana/honkit-plugin-theme-default-fa5 v1.0.6

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
3 years ago

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago