Skip to content

yuichi555/hexo-tag-kbd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

hexo-tag-kbd

Description

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

For Examples

HHKB

I LOVE HHKB.

Enter

Shift

Command

Option

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

About

Displays the keycaps in your hexo post/page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published