wizzie

Results 3 issues of wizzie

请教几个小问题: 1. 404界面如何配置? 2. 如果想在单独的界面不显示目录,我使用`toc: false` 但是没有效果。 目前只在主题目录配置文件的`showToc: true`修改,这个应该是全局修改吧?

您好,项目非常棒。我想要请教几个问题。 1. 这是一个单独的项目,如何作为hexo的后台? 没有找到如何发布文章到hexo搭建的博客上。目前我使用的仅是可以当作一个网页编辑markdown。 2. 点击文章界面其他地方,会删除一个字段,或者有时候会选择一段文字。 期待你的回复 谢谢 wizzie

I add category page. The content: ```s --- title: category date: 2019-05-08 22:40:04 layout: "category" # type: "categories" comments: false --- ``` And also change the `_config.xml`: ```s 分类: link:...