hexo-theme-amazing
Version:
A simple, delicate, and modern theme for Hexo
23 lines • 598 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/common/share.json",
"description": "Share plugin configurations\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Share/",
"type": "object",
"oneOf": [
{
"$ref": "/share/sharethis.json"
},
{
"$ref": "/share/addthis.json"
},
{
"$ref": "/share/addtoany.json"
},
{
"$ref": "/share/bdshare.json"
},
{
"$ref": "/share/sharejs.json"
}
]
}