honkit-plugin-github-sha
v0.1.3
Published
As in GitHub, append a commit hash to the URL by pressing the "Y" key.
Downloads
3
Readme
honkit-plugin-github-sha
As in GitHub, append a commit hash to the URL by pressing the Y
key.
Requirement
- HonKit
Install
Install with npm:
npm install -D honkit-plugin-github-sha
Usage
Put github-sha
to your book.json
:
{
"plugins": [
"github-sha"
]
}
Press the Y key on honkit, A commit hash like ?hash=01234567
is appended to the URL.
Plugin Config
environmentVariableName
(default:"GITHUB_SHA"
)- Name of the environment variable where a commit hash is stored
hashByteLength
(default:4
)- Length of a commit hash to be appended to the URL
{
"pluginsConfig": {
"github-sha": {
"environmentVariableName": "CF_PAGES_COMMIT_SHA",
"hashByteLength": 8
}
}
}
License
MIT