hexo-safego-theme-switcher
Version:
✨ A Hexo plugin for safe external link redirection with base64 encoding, domain whitelisting, and support for a custom redirect page, now with light and dark mode switching.
28 lines (27 loc) • 620 B
JSON
{
"name": "hexo-safego-theme-switcher",
"version": "1.0.4",
"description": "✨ A Hexo plugin for safe external link redirection with base64 encoding, domain whitelisting, and support for a custom redirect page, now with light and dark mode switching.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hexo",
"plugin",
"external-link",
"safego",
"base64"
],
"files": [
"go.html",
"index.js",
"lib/",
"css/"
],
"author": "willow-god&LuoH",
"license": "MIT"
}