1.1.0 • Published 3 years ago

hexo-simpleicons v1.1.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

hexo-simpleicons

Use simple-icons in your hexo blog.

Installation

npm install hexo-simpleicons --save

Usage

Configure

Edit _config.yml and add:

simple_icons:
  enable: true
  # The cdn base url you want to use, if you save the simple-icons in your server, just modify it to the url of your simple-icons storage.
  cdn_url: "https://cdn.jsdelivr.net/npm/simple-icons@v4/icons/"
  # The type you want to use, if you want use simple-icons npm package, modify it to package.
  type: "cdn"
  # The zoom size of your icon, in default, the value is 1.2. The icon will has a seem height of line, you can modify this value to resize the icon.
  size: 1.2