2019-12-25 01:24:34 +00:00
|
|
|
{
|
|
|
|
"$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"
|
2019-12-25 05:35:34 +00:00
|
|
|
}
|
2019-12-25 01:24:34 +00:00
|
|
|
}
|
|
|
|
}
|