0.0.1 • Published 8 years ago

hexo-tag-kbd v0.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

hexo-tag-kbd

Description

Displays the keycaps in your post/page. Usage is simple, simply be stated as follows.

npm.io

{% kbd Ctrl %}
{% kbd A %}

If you want to shortcuts be stated as follows.

npm.io

{% kbd Ctrl %} + {% kbd A %}
{% kbd Ctrl %} + {% kbd ALT %} + {% kbd DELETE %}

The key symbol is displayed as follows.

  • Enter
  • Shift
  • Command
  • Option

For Examples

HHKB

I LOVE HHKB.

npm.io

Enter

npm.io

Shift

npm.io

Command

npm.io

Option

npm.io

Install

npm install hexo-tag-kbd@latest --save

Usage

  1. Create post base. hexo new title
  2. Provides a tag in the article. See Description section.
  3. Generate your static post. hexo generate
  4. Open your Browser. type 0.0.0.0:4000 or localhost:4000

Please see this link for more information. Hexo Document

Contribute

  1. Fork it ( https://github.com/kamiya555/hexo-tag-kbd )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
0.0.1

8 years ago