-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.json
1 lines (1 loc) · 5.04 KB
/
content.json
1
{"meta":{"title":"Hexo","subtitle":"","description":"","author":"John Doe","url":"http://yoursite.com","root":"/"},"pages":[{"title":"","date":"2019-12-14T13:41:13.772Z","updated":"2019-12-09T03:52:39.467Z","comments":true,"path":"lab/index.html","permalink":"http://yoursite.com/lab/index.html","excerpt":"","text":""},{"title":"所有分类","date":"2019-12-14T13:41:13.772Z","updated":"2019-11-14T01:50:08.000Z","comments":true,"path":"categories/index.html","permalink":"http://yoursite.com/categories/index.html","excerpt":"","text":""},{"title":"friends","date":"2018-12-19T15:11:06.000Z","updated":"2019-12-06T03:26:48.730Z","comments":true,"path":"friends/index.html","permalink":"http://yoursite.com/friends/index.html","excerpt":"","text":""},{"title":"所有标签","date":"2019-12-14T13:41:13.772Z","updated":"2019-11-14T01:51:38.000Z","comments":true,"path":"tags/index.html","permalink":"http://yoursite.com/tags/index.html","excerpt":"","text":""}],"posts":[{"title":"1","slug":"1","date":"2019-12-14T06:18:14.273Z","updated":"2019-12-09T08:55:25.512Z","comments":true,"path":"2019/12/14/1/","link":"","permalink":"http://yoursite.com/2019/12/14/1/","excerpt":"","text":"1级 test1123 a a a a s a a a s a s a Copy Code <!DOCTYPE html> <html> <head> <title><%- theme.title %></title> <meta charset=\"utf-8\"> <!-- 引入配置文件 --> <%- css('css/main.css') %> <!-- 字体图片库 --> <%- css('lib/font-awesome/css/font-awesome.min.css') %> <!-- 代码高亮库 --> <%- css('/lib/highlight/styles/atom-one-dark') %> </head> <body> <div id=\"main\"> <!-- 引入侧边栏 --> <aside> <%- include('aside.ejs') %> </aside> <!-- 引入导航 --> <nav> <%- include('nav.ejs') %> </nav> <!-- 引入正文 --> <div id=\"content\"> <%- body %> </div> </div> <!-- 引入 js 文件 --> <%- js('js/main.js') %> <!-- 引入代码高亮的 js --> <%- js('/lib/highlight/highlight.pack.js') %> <script>hljs.initHighlightingOnLoad();</script> </body> </html> []:","categories":[],"tags":[]},{"title":"Hello World","slug":"hello-world - 副本","date":"2019-12-14T06:18:14.273Z","updated":"2019-11-22T12:53:49.310Z","comments":true,"path":"2019/12/14/hello-world - 副本/","link":"","permalink":"http://yoursite.com/2019/12/14/hello-world%20-%20%E5%89%AF%E6%9C%AC/","excerpt":"","text":"Create a new postCopy Code $ hexo new \"My New Post\" More info: Writing Run serverCopy Code $ hexo server More info: Server Generate static filesCopy Code $ hexo generate More info: Generating Deploy to remote sitesCopy Code $ hexo deploy More info: Deployment","categories":[{"name":"cate","slug":"cate","permalink":"http://yoursite.com/categories/cate/"},{"name":"1","slug":"cate/1","permalink":"http://yoursite.com/categories/cate/1/"}],"tags":[{"name":"tag","slug":"tag","permalink":"http://yoursite.com/tags/tag/"},{"name":"other","slug":"other","permalink":"http://yoursite.com/tags/other/"},{"name":"1","slug":"1","permalink":"http://yoursite.com/tags/1/"},{"name":"2","slug":"2","permalink":"http://yoursite.com/tags/2/"},{"name":"3","slug":"3","permalink":"http://yoursite.com/tags/3/"},{"name":"4","slug":"4","permalink":"http://yoursite.com/tags/4/"},{"name":"5","slug":"5","permalink":"http://yoursite.com/tags/5/"},{"name":"6","slug":"6","permalink":"http://yoursite.com/tags/6/"},{"name":"7","slug":"7","permalink":"http://yoursite.com/tags/7/"},{"name":"8","slug":"8","permalink":"http://yoursite.com/tags/8/"},{"name":"9","slug":"9","permalink":"http://yoursite.com/tags/9/"},{"name":"10","slug":"10","permalink":"http://yoursite.com/tags/10/"},{"name":"11","slug":"11","permalink":"http://yoursite.com/tags/11/"},{"name":"12","slug":"12","permalink":"http://yoursite.com/tags/12/"},{"name":"13","slug":"13","permalink":"http://yoursite.com/tags/13/"},{"name":"14","slug":"14","permalink":"http://yoursite.com/tags/14/"},{"name":"15","slug":"15","permalink":"http://yoursite.com/tags/15/"}]},{"title":"hexo笔记","slug":"hexo笔记","date":"2019-12-14T06:18:14.273Z","updated":"2019-12-05T09:08:20.906Z","comments":true,"path":"2019/12/14/hexo笔记/","link":"","permalink":"http://yoursite.com/2019/12/14/hexo%E7%AC%94%E8%AE%B0/","excerpt":"","text":"find()方法,用于找出第一个符合条件的数组成员。它的参数是一个回调函数,所有数组成员依次执行该回调函数,直到找出第一个返回值为true的成员,然后返回该成员。如果没有符合条件的成员,则返回undefined。 hasOwnProperty判断是否存在某个属性 parseInt() 方法用于将字符串参数作为有符号的十进制整数进行解析。","categories":[{"name":"cate","slug":"cate","permalink":"http://yoursite.com/categories/cate/"},{"name":"java","slug":"java","permalink":"http://yoursite.com/categories/java/"},{"name":"program","slug":"java/program","permalink":"http://yoursite.com/categories/java/program/"},{"name":"interest","slug":"java/program/interest","permalink":"http://yoursite.com/categories/java/program/interest/"}],"tags":[{"name":"tag","slug":"tag","permalink":"http://yoursite.com/tags/tag/"}]}]}