honkit-plugin-github-sha

0.1.3 • Public • Published

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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i honkit-plugin-github-sha

    Weekly Downloads

    0

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    2.96 kB

    Total Files

    4

    Last publish

    Collaborators

    • mascii