Benny Guo (三钻)

Results 110 comments of Benny Guo (三钻)

Valine core files are injected when building with Hexo. No need to `npm install the package`. Check your config file, see if you have enabled Valine.

> @TriDiamond pretty sure I have--repo link is [here](https://github.com/makinbacon21/thomasmak.in-blog) if you want to check ![image](https://user-images.githubusercontent.com/24708758/123353702-b1cfe500-d594-11eb-9b18-70f469ac2a4b.png) You should upgrade to the latest version of the theme. Run: `npm update hexo-theme-aurora`

Show me your `_config.aurora.yml` at root directiory.

你缺少了了 permalink 的配置。 步骤 3.1: 打开在 Hexo 根目录下的 _config.yml 步骤 3.2: 修改 permalink 参数为 /post/:title.html https://aurora.tridiamond.tech/zh/guide/getting-started.html#%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97

hexo cl & g 重新打包后还是没有用吗?你是用服务器的还是用 github/gitee page?

> > hexo cl & g 重新打包后还是没有用吗?你是用服务器的还是用 github/gitee page? > > 没进行打包,直接在服务器跑的项目。 这个主题是基于 Hexo 引擎的,需要用 Hexo 生成静态文件哈。如果你是用服务器的话,并且如果你用 Nginx 的话,请在本博客的 nginx 配置中添加这个配置: ``` location / {   try_files $uri /index.html; } ```

群里好几个小伙伴都是托管服务器的。要不你问问他们吧

@JaydenChang 可以发一下你的博客链接给我看看吗?

看到了,谢谢你的 issue

Currently there are no filtering for language, it just count the string length. If you think it's wrong, just because the counter filter out all the HTML or special characters....