Yan Sheng

Results 64 comments of Yan Sheng

![IMG_20200722_205941](https://user-images.githubusercontent.com/45334066/88179332-53043c00-cc5e-11ea-8baa-e863d40e2662.jpg) 手机端好像也有点问题

不知什么原因,部署到服务器后,进场动画加载要很久,大概8秒钟。建议把进场动画设置成可配置的形式。

代码复制功能参考链接: - 工具:clipboard.js:,中文网: - Hexo NexT 代码块复制功能:https://www.jianshu.com/p/3e9d614c1e77 - hexo-next 添加代码块复制功能:https://www.zhyong.cn/posts/ca02/ - (我改的)hexo+yilia添加复制代码块的功能:

![image](https://user-images.githubusercontent.com/45334066/89646720-e42a1280-d8ee-11ea-9448-d648ce9c4c7d.png) 链接:https://pan.baidu.com/s/1-3tGs4lJmu-qxyDAzeWEUQ 提取码:htys 复制这段内容后打开百度网盘手机App,操作更方便哦

For me, the lastest is right,other is `01/01/1970` ![image](https://user-images.githubusercontent.com/45334066/189531155-94af7116-23c6-4323-8c81-910340ce36ba.png) 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? ![image](https://user-images.githubusercontent.com/45334066/164908915-7dc18de2-16d3-4aea-9d35-d7d7857a0cec.png)

加密? 插件:

可参考:[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:...