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

hexo主题:三段式设计、极简、方便 Hexo theme: three-stage design

Results 28 hexo-theme-3-hexo issues
Sort by recently updated
recently updated
newest added

_config.yml 设设置左侧菜单栏的宽度为200后,发现选中某个菜单时,白色背景不能完全覆盖整个左侧菜单栏。

![image](https://user-images.githubusercontent.com/48122016/110589161-f9329100-81b0-11eb-8b00-88bd92940075.png)

报错信息 Uncaught TypeError: $(...).data(...).split is not script.js?v=1.1.0 a function 测试时发现的问题 正常使用应该不会出现纯数字分类 因此也可以不必修复 只需在说明里注明 不可使用纯数字做分类

bug

![](https://tangx-blog.oss-cn-beijing.aliyuncs.com/imags/20200628170819.png) 挺喜欢之前的目录和 tags

谢谢您的分享,优点就不说了。很喜欢三段式的方式。希望能增加主题的质感,现在的配色感觉有点LOW。哈哈

utterances需要script标签上的属性如issue-term, theme等才能把评论组件加载出来。但是由于主题中使用了jquery-pjax,jquery插入script标签时会将这些属性去除掉,导致utterances使用不正常,要第二次加载才能显示出评论组件,如这个issue: https://github.com/yelog/hexo-theme-3-hexo/issues/110 这个PR通过 https://github.com/utterance/utterances/issues/82 中提供的方法,绕过这个问题。

``` searchAll: true # true 启用全文搜索 # 开启此功能需要下面操作: # 1. 在 hexo 根目录 执行 npm install hexo-generator-search --save 安装插件 # 2. 在 hexo 根目录的 _config.yml中添加下面内容 # search: # path: search.xml...

hi, 我在hexo的官方文档看到代码块有支持高级功能,如下: ![image](https://user-images.githubusercontent.com/18662258/124845407-43921600-dfc9-11eb-8164-4a82a747627e.png) 但是却无法使用,应该做如何调整?