hexo-theme-argon icon indicating copy to clipboard operation
hexo-theme-argon copied to clipboard

Argon-Theme 的 Hexo 移植版

Results 10 hexo-theme-argon issues
Sort by recently updated
recently updated
newest added

如果代码块使用了highlight.js的话,无论哪种风格,貌似都会有三个红黄绿的小点遮挡了代码,并且行号会遮挡半个左右的字符,是否可以调整

如题。按照所给教程,hexo s后打不开网站。

我在文章中添加了几个短代码: [alert]提示[/alert] [progressbar progress="10"]进度条[/progressbar] [collapse title="折叠区块"]折叠[/collapse] [github author="solstice23" project="argon-theme"][/github] 我的 Markdown 文件长这样: ![1](https://user-images.githubusercontent.com/58383985/121813765-1f7c3700-cca0-11eb-8b98-c4eb80067dc2.jpg) 但是, hexo server 和 hexo generate 出来的都是这样的: ![2](https://user-images.githubusercontent.com/58383985/121813888-b9dc7a80-cca0-11eb-90bb-3326f164815a.jpg) 这是 hexo 版 argon 尚未添加该功能的原因吗?

代码框和wordpress版的好像不太一样,是本来就是这样的还是我的问题 如果本来就是这样怎么改成和wordpress版的一样的代码框呢

如题,较多的加粗会使得该主题的渲染混乱 无序列表内的加粗渲染也有问题 ![图片](https://user-images.githubusercontent.com/86039582/209669626-dfa62ea2-92a7-4ba8-87f5-631f9f80cc19.png) ![图片](https://user-images.githubusercontent.com/86039582/209669744-5837985f-5c6f-47d0-8d0c-59dfd708b17a.png) ![图片](https://user-images.githubusercontent.com/86039582/209669781-d5d56987-1107-4991-add2-a6238acd6f71.png) ![图片](https://user-images.githubusercontent.com/86039582/209669818-829d1c40-7f10-4506-b80d-b9243b5a181d.png) ![图片](https://user-images.githubusercontent.com/86039582/209669830-3ad2960f-2c22-4cff-90b2-411fb10c6006.png) ![图片](https://user-images.githubusercontent.com/86039582/209669850-925aa567-7a5e-446b-8a13-992419f98fd2.png) 原文档在我的[博客repo](https://github.com/cloudw233/cloudw233.github.io/blob/hexo/source/_posts/%E5%BC%80%E6%91%84%E5%83%8F%E5%A4%B4%E7%9A%84%E6%99%9A%E8%87%AA%E4%B9%A0%E5%A6%82%E4%BD%95%E6%91%86%E7%83%82%EF%BC%9F.md)

如图,一直处于加载状态 ![image](https://user-images.githubusercontent.com/33993624/213135949-6070d43b-215a-4139-a4ad-f28ade7732b2.png) 而且网络传输没有问题 ![image](https://user-images.githubusercontent.com/33993624/213136349-8f9ef3ae-a71c-423a-b2a7-fbe38943bd91.png) ![image](https://user-images.githubusercontent.com/33993624/213136547-dab01527-1981-4d3b-b47c-64ce849a2ff2.png)

根据:[source/argontheme.js](https://github.com/solstice23/hexo-theme-argon/blob/adf6e122267fba05f50b9dbd68fda22cae37f0aa/source/argontheme.js#L214)与[layout/header.ejs](https://github.com/solstice23/hexo-theme-argon/blob/7c3538397a392ba22a49ff4cbef62f3a30965a99/layout/header.ejs#L218)以及与WordPress版的Argon对比后可知css中(?)少加了backdrop-filter方法,而且,即使是WordPress版的,在Safari中也不能正常渲染出这个效果,只有在Chrome里面能够显示出来。请求修一下吧。 我试过了,但是因为我不太会js,所以搞不太定,做不到WordPress那样的效果,以及也做不到让Safari也调用出这个方法。

修改`twikoo.ejs`中``为`` 在 `article-bottom.ejs`中 ``` ``` 下增加 ``` ```