Yan Sheng
Yan Sheng
 手机端好像也有点问题
不知什么原因,部署到服务器后,进场动画加载要很久,大概8秒钟。建议把进场动画设置成可配置的形式。
代码复制功能参考链接: - 工具:clipboard.js:,中文网: - Hexo NexT 代码块复制功能:https://www.jianshu.com/p/3e9d614c1e77 - hexo-next 添加代码块复制功能:https://www.zhyong.cn/posts/ca02/ - (我改的)hexo+yilia添加复制代码块的功能:
 链接:https://pan.baidu.com/s/1-3tGs4lJmu-qxyDAzeWEUQ 提取码:htys 复制这段内容后打开百度网盘手机App,操作更方便哦
For me, the lastest is right,other is `01/01/1970`  version ``` $ gren -v 0.17.3 ```
Maybe you are right, `gren init ` doesn't have this option. My try: ```bash gren init --token=**** error: unknown option `--token' ``` For another way, just like the error log,...
When I click on it, it doesn't seem to bring the corresponding information. Is that because I already have a file? 
加密? 插件:
可参考:[hexo+yilia修改代码块等样式]() 预览:[hexo+yilia测试代码块样式]()
我遇到了同样的问题,然后对比博主github博客备份,在hexo根目录下的_config.yml文件末尾添加了下面的代码,可以解决该问题。https://github.com/litten/BlogBackup/blob/master/_config.yml#L115-L132 ``` #标签不能正常显示的问题 jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink:...