theme-next-docs icon indicating copy to clipboard operation
theme-next-docs copied to clipboard

Documentations for NexT theme

Results 103 theme-next-docs issues
Sort by recently updated
recently updated
newest added

Note 标签的使用方式存在问题。 如果使用超过一个以上的 Note 标签,那么所有的 Note 标签都必须要使用如下方式,才能正确的生成。 ``` {% note danger %} note danger, note danger, note danger note danger, note danger, note danger note danger, note danger, note danger...

![批注 2020-03-29 194555](https://user-images.githubusercontent.com/58724756/77848234-fa63eb80-71f5-11ea-91b5-e89edd36e74c.png) ![批注 2020-03-29 194609](https://user-images.githubusercontent.com/58724756/77848237-fdf77280-71f5-11ea-823d-335927348fe2.png)

我的理解是:点击“日志”和“归档”跳转到的是同一个页面,但是,如果给“归档”菜单配置了图标以后,即:“archives: /archives/|| archive”,最新版“归档”的链接是:/archives/,即我们menu配置的正确的链接,但是“日志”的链接确没有断开,点击“日志”,显示链接的URL是:“http://localhost:4000/archives/|| archive”,导致页面不能链接到资源,404~

使用Next V7.7.0,想加上主题深浅色的切换,看到hexo其他主题有支持这个功能,是否可自定义?能出个教程吗?

配置导航图标不生效,我的配置如下 ![image](https://user-images.githubusercontent.com/54767320/69686908-2bbf9400-10fc-11ea-93b8-21dcaaf23ee6.png)

Rt,我在我博客下插入了一段html源码,用于植入一个小游戏,但是小游戏下方还会有来比力的评论去,如何在这个html下关闭comments呢?

我的next版本是5.1.4,按照下图所示社交链接图标无效 ![image](https://user-images.githubusercontent.com/57203926/68006560-ef8f4400-fcb3-11e9-89f2-bc615e3272b9.png) 需在主题配置文件中按下图设置,但仍有部分图标不能识别。 ![image](https://user-images.githubusercontent.com/57203926/68006707-75ab8a80-fcb4-11e9-96d2-81a2479054f1.png) 请问比如简书、知乎等图标应该填什么,不是jianshu和zhihu的话?应该在哪里找需要填的值? ![image](https://user-images.githubusercontent.com/57203926/68006787-af7c9100-fcb4-11e9-899a-dae4714f1146.png)

看了下是配置后生成的访问路径少了项目工作目录。如:blog/images/alipay.jpg,手动加上工作目录blog就可以了!