Displays the keycaps in your post/page. Usage is simple, simply be stated as follows.
{% kbd Ctrl %}
{% kbd A %}
If you want to shortcuts be stated as follows.
{% kbd Ctrl %} + {% kbd A %}
{% kbd Ctrl %} + {% kbd ALT %} + {% kbd DELETE %}
The key symbol is displayed as follows.
- Enter
- Shift
- Command
- Option
I LOVE HHKB.
npm install hexo-tag-kbd@latest --save
- Create post base.
hexo new title
- Provides a tag in the article. See Description section.
- Generate your static post.
hexo generate
- Open your Browser.
type
0.0.0.0:4000
orlocalhost:4000
Please see this link for more information. Hexo Document
- Fork it ( https://github.com/kamiya555/hexo-tag-kbd )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request