litten

Results 38 comments of litten

@mingmings 好的,会加上这块

很细心,几个原因。 一是我想知道有哪些页面用到了主题,以及pv和uv; 另一个我想知道User-Agent分布情况,因为每次有bug,很多提单的同学没标明系统信息,无从查起; 最后一个是行为数据统计,比如展开右滑菜单的量是多少,点击或收起标签的行为多不多,这些能帮我判断怎么更好设计。 放心,这些统计…干不了什么坏事…

@herbertliu 这块我感觉另开一个repository,用rm的形式沉淀性会更好,大家也更好修改和提交。 比如: [移动Web前端知识库](https://github.com/AlloyTeam/Mars/tree/master/issues) [iOS与Android平台上问题列表](https://github.com/AlloyTeam/Mars)

good!很好的分享实践

一目鸟然,甚好!可惜github不能点赞

https://github.com/litten/BlogBackup

1. 在博客根目录(注意不是yilia根目录)执行以下命令:```npm i hexo-generator-json-content --save``` 2. 在根目录_config.yml里添加配置: ``` jsonContent: meta: false pages: false posts: title: true date: true path: true text: true raw: false content: false slug: false updated: false...