UNPKG

hexo-theme-amazing

Version:

A simple, delicate, and modern theme for Hexo

15 lines 360 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/widget/recommend_post.json", "description": "Latest Comment widget configurations", "type": "object", "properties": { "type": { "type": "string", "const": "recommend_post" } }, "required": [ "type" ] }