hexo-tag-common

Common tags for hexo.

Usage no npm install needed!

<script type="module">
  import hexoTagCommon from 'https://cdn.skypack.dev/hexo-tag-common';
</script>

README

hexo-tag-common

npm jsdelivr CDN

Common tags for hexo.

Demo: tag-common | yun

Install

You need to make sure your hexo is v5.2.0 or above.

npm install hexo-tag-common
# yarn add hexo-tag-common

Config

Set it in hexo _config.yml.

tag_common:
  cdn: true # enable jsdelivr CDN, default is true
  # which layout to use
  # more info see https://hexo.io/api/injector.html#to-lt-string-gt
  layout:
    - post
    - page
    # - home

Todo

  • Tabs

Reference