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

🐳 A simple theme for Hexo

Results 7 hexo-theme-zhaoo issues
Sort by recently updated
recently updated
newest added

Hexo根目录下config.yml文件设置如下 highlight: enable: true line_number: true auto_detect: true tab_replace: '' wrap: true hljs: true 主题目录下config.yml文件设置如下 highlight: enable: true style: #https://highlightjs.org/static/demo/ light: Stackoverflow Light dark: Stackoverflow Dark md文章中的代码在本地显示一直是黑白色,我想让它变成带颜色的,请问该怎么办?

安装完hexo-blog-encrypt,对文章加密 deploy 之后 没有出现输入密码的地方,只显示 Here's something encrypted, password is required to continue reading. 但是其他的主题有输入密码的地方,请问有人也有遇到这个问题吗? [zhaoo主题应用此插件后没有输入密码的解密界面](https://github.com/D0n9X1n/hexo-blog-encrypt/issues/173)

可以加一个添加页面功能,内容和首页一样,这是页面入口不一样。入口和首页是同级菜单,这样可以放不同类型的文章,可以自由添加页面。除了首页的文章,添加的文章也可以被分类和归档读取到,统一管理。

在PC端能够正常显示的首页欢迎图片在手机端网页无法正常显示,似乎没有对图片进行比例上的适配。

鼠标悬停在图片上会变灰色,请问这个应该在哪里修改,不要让图片或者文章封面变色,保持原来的色彩即可。

导航栏的层级比标题低 ```css .navbar.transparent { z-index: 1000; } ``` 调一下z-index就好了