hexo-theme-amane/include/schema/common/providers.json

23 lines
831 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/common/providers.json",
"description": "CDN provider settings\nhttps://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/",
"type": "object",
"properties": {
"cdn": {
"type": "string",
"description": "Name or URL template of the JavaScript and/or stylesheet CDN provider",
"default": "jsdelivr"
},
"fontcdn": {
"type": "string",
"description": "Name or URL template of the webfont CDN provider",
"default": "google"
},
"iconcdn": {
"type": "string",
"description": "Name or URL of the webfont Icon CDN provider",
"default": "fontawesome"
},
}
}