hexo-tag-search-link
![NPM version](https://badge.fury.io/js/hexo-tag-search-link.svg)
A hexo tag plugin for creating search links with specified search engine and content.
Installation
$ npm install hexo-tag-search-link --save
Usage
With default search engine:
{% search "Hello World" %}
With specified search engine:
{% search_with bing "Hello World" %}
{% search_with baidu "Hello World" %}
{% search_with yahoo "Hello World" %}
{% search_with wiki "Hello World" %}
{% search_with msdn "Hello World" %}
{% search_with github "Hello World" %}
{% search_with github_code r12f hexo-tag-search-link generateSearchLink %}
Config:
# Search link
search_link:
default_engine: google
License
BSD v3