Closed constown closed 4 years ago
Thanks for opening this issue, maintainers will get back to you as soon as possible!
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
谢谢反馈。目前 https://blog.juanertu.com/ 无法正常打开,原因是 velocity.js 没有正常加载。具体原因未知,解决方案是在 NexT 配置文件中禁用 motion
:
motion:
enable: false
最新的 master 分支重写了动画效果(见 #41),会包含在下个月发布的版本中。到时候可以再看看动画效果是否正常。
谢谢反馈。目前 https://blog.juanertu.com/ 无法正常打开,原因是 velocity.js 没有正常加载。具体原因未知,解决方案是在 NexT 配置文件中禁用
motion
:motion: enable: false
最新的 master 分支重写了动画效果(见 #41),会包含在下个月发布的版本中。到时候可以再看看动画效果是否正常。
刚刚查看了网站,https://blog.juanertu.com/ 我这边可以正常访问。我目前网站使用的是前面所述的替代方案:修改sidebar的visibility属性。
已经收到了解决方案,期待下一个版本!
看上去你已经更新到了最新的 master 分支。可以试试去掉
.sidebar {
visibility: visible;
}
另外可以检查一下是否是自定义的内容导致的问题。如果移除全部自定义内容后问题消失,请关闭这个 Issue,谢谢。
看上去你已经更新到了最新的 master 分支。可以试试去掉
.sidebar { visibility: visible; }
另外可以检查一下是否是自定义的内容导致的问题。如果移除全部自定义内容后问题消失,请关闭这个 Issue,谢谢。
已经尝试过了,移除所有的自定义样式后,还是出现该问题!
This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate. 请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
Issue Checklist
Expected behavior
Actual behavior
Steps to reproduce the behavior
_data/style.styl
文件中修改了sidebar
的属性visibility
为visible
来规避问题。Environment Information
style.styl 自定义样式内容
NexT Configuration
Other Information