This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Add the ability to inject HTML into the <head>
#118
Open
Description
This can be useful for multiple purposes:
- Adding analytics
- Quickly modifying the docs site with some quick JS/CSS
- Dynamically adding some extra content
Jazzy solves this with a head
option: https://github.com/sindresorhus/KeyboardShortcuts/blob/498fcd6cc1562313b5e3aa97b35430cfb2c91292/.jazzy.yml#L13-L19
Personally, I would use a more verbose option name.