1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
   | {   "title": "Vastiny",   "subtitle": "",   "description": "Hi 与天,这是你写博客的地方。技术、思考。",   "keywords": null,   "author": "yantze",   "timezone": "Asia/Shanghai",   "url": "https://vastiny.com",   "permalink": "post/:name.html",   "permalink_defaults": null,   "default_category": "other",   "theme": "leedom2",   "theme_config_override": {     "favicon": {       "enable": false,       "icon": "/images/favicon.png",       "touch_icon": "/images/favicon.png"     },     "avatar": {       "author_photo": "/images/avatar.png",       "author_nickname": "Vastiny",       "path": "/"     },     "search": {       "enable": true,       "placeholder": "搜索"     },     "link": [       {         "name": "github",         "icon": "github",         "path": "https://github.com/yantze",         "target": "_blank"       },       {         "name": "twitter",         "icon": "twitter",         "path": "https://twitter.com/ivastiny",         "target": "_blank"       }     ],     "footer": [       {         "name": "Copyright © Yantze 2023-3",         "path": "https://vastiny.com"       },       {         "name": "Theme by Leedom | Powered by Hexo",         "path": "https://github.com/leedom92/hexo-theme-leedom"       }     ],     "google_analytics": "G-WJ1ZY9QR8J"   } }
  |