Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

分类那我设置了 一直显示未分类 #280

Closed
whiteRabbit-me opened this issue Aug 10, 2023 · 14 comments
Closed

分类那我设置了 一直显示未分类 #280

whiteRabbit-me opened this issue Aug 10, 2023 · 14 comments

Comments

@whiteRabbit-me
Copy link

怀疑是不知道在哪写死的吧 或者是配置的那有问题 怎么解决
image
还有头像问题 第一个板块可以显示 后面的显示不出来
image

请问我该怎么解决

@whiteRabbit-me
Copy link
Author

还是说我需要去改动源码 在配合hexo使用

@whiteRabbit-me
Copy link
Author

还有看文档说设置这个feature: true就是推荐
image
下面是我设置的
image
发现没有起作用 还是说我设置错了

@whiteRabbit-me
Copy link
Author

我使用了评论插件 也成功了 但是首页上的最近评论我改如何设置 文档中似乎没有找到啊

发现我遇到的问题还挺多 我太菜了

@bennyxguo
Copy link
Member

还有看文档说设置这个feature: true就是推荐 image 下面是我设置的 image 发现没有起作用 还是说我设置错了

你的格式有问题

---
title: Win-Inux
date: 2023-08-10 13:48:58
categories:
  - web前端 # 这里注意一定要有两个空格
feature: true
---

@bennyxguo
Copy link
Member

我使用了评论插件 也成功了 但是首页上的最近评论我改如何设置 文档中似乎没有找到啊

发现我遇到的问题还挺多 我太菜了

评论看你用什么,比如用 valine 的话,在 valine 配置下的 recentComment 设置成 true 就可以了。

# Valine comment plugin (recommended!)
# see https://valine.js.org/quickstart.html
valine:
  enable: false
  app_id:
  app_key:
  avatar: ''
  placeholder: Leave your thoughts behind~
  visitor: true
  lang: en
  avatarForce: false
  meta: ['nick', 'mail']
  requiredFields: ['nick', 'mail']
  admin: '' # admin username
  recentComment: true # <===== 这里改为 true 就可以了

@whiteRabbit-me
Copy link
Author

gitalk:
enable: true
autoExpand: true
clientID: '1d4449a3eeabd69d9358'
clientSecret: '507aa31fbcde2e460169ffd927e2e3716e286de7'
repo: 'whiteRabbit-me.github.io'
owner: 'whiteRabbit-me'
admin: ['whiteRabbit-me']
id: uid
language: cn
distractionFreeMode: true
recentComment: true
proxy: ''
这个recentComment属性设置了true
image
评论也有了
image
这是我遇到的情况

@whiteRabbit-me
Copy link
Author

第二个问题就是site:
subtitle: whiteRabbit's Blog
author: 白兔
nick: whiteRabbit
description: 一只刚刚入门的小白兔
language: cn
multi_language: true
logo: https://img-blog.csdnimg.cn/20210313122054101.png
avatar: https://img-blog.csdnimg.cn/20210313122054101.png
beian:
number: ''
link: ''
police_beian:
number: ''
link: ''
started_date: # Start date of the blog YYY-MM-DD / 博客开始运行日期
这个logo显示有问题 这个url也有图片 但是加载不出来
image

@whiteRabbit-me
Copy link
Author

留言版功能是不是只有我才能记录 是吧 那我就剩上面遇到的2个问题了

@bennyxguo
Copy link
Member

bennyxguo commented Aug 11, 2023

第二个问题就是site: subtitle: whiteRabbit's Blog author: 白兔 nick: whiteRabbit description: 一只刚刚入门的小白兔 language: cn multi_language: true logo: https://img-blog.csdnimg.cn/20210313122054101.png avatar: https://img-blog.csdnimg.cn/20210313122054101.png beian: number: '' link: '' police_beian: number: '' link: '' started_date: # Start date of the blog YYY-MM-DD / 博客开始运行日期 这个logo显示有问题 这个url也有图片 但是加载不出来 image

不要用 csdn 的图片,它们控制了不能再它们域名之外使用的。我这边也打不开你的图片。

image

@whiteRabbit-me
Copy link
Author

这个明白了 感谢博主 博主看看我的那个评论是配置错了吗 最近评论显示不出来

@bennyxguo
Copy link
Member

这个明白了 感谢博主 博主看看我的那个评论是配置错了吗 最近评论显示不出来

那个你发布到 github pages 发链接给我看看吧

@whiteRabbit-me
Copy link
Author

这个明白了 感谢博主 博主看看我的那个评论是配置错了吗 最近评论显示不出来

那个你发布到 github pages 发链接给我看看吧
https://whiterabbit-me.github.io/

@bennyxguo
Copy link
Member

这个明白了 感谢博主 博主看看我的那个评论是配置错了吗 最近评论显示不出来

那个你发布到 github pages 发链接给我看看吧
https://whiterabbit-me.github.io/

最近评论无法显示的问题找到了,是 gitalk 的 loading state 没有关闭。这个 issue 会修复这个问题 #290

@whiteRabbit-me
Copy link
Author

这个明白了 感谢博主 博主看看我的那个评论是配置错了吗 最近评论显示不出来

那个你发布到 github pages 发链接给我看看吧
https://whiterabbit-me.github.io/

最近评论无法显示的问题找到了,是 gitalk 的 loading state 没有关闭。这个 issue 会修复这个问题 #290

好的 感谢博主

bennyxguo added a commit that referenced this issue Aug 13, 2023
## [2.3.1](v2.3.0...v2.3.1) (2023-08-13)

### Bug Fixes

* article next and previous posts cards have unequal height ([8f98e14](8f98e14))
* footer page view not update on load ([909c191](909c191))
* gitalk loading state not closed when recent comments are loaded ([0595413](0595413)), closes [#290](#290) [#280](#280)
github-actions bot pushed a commit to virtualansh/hexo-theme-aurora-em that referenced this issue Sep 9, 2023
# 1.0.0 (2023-09-09)

### Bug Fixes

* add missing waline options ([25f732f](25f732f))
* article next and previous posts cards have unequal height ([8f98e14](8f98e14))
* article with only one tag cause a fatal error ([7478780](7478780))
* avatar border too large for circle or rounded avatars ([4879043](4879043))
* beian image is still using require instead of import ([0174c3b](0174c3b))
* clicking language menu is not auto closing the menu ([d9f77de](d9f77de))
* code clip-board copy button style ([05450c5](05450c5))
* code fence is not highlighted by prism after refresh ([8b77aa2](8b77aa2))
* color style for header when switching mode and sticky issue ([e1f9075](e1f9075)), closes [auroral-ui#321](https://github.com/virtualansh/hexo-theme-aurora-em/issues/321) [auroral-ui#319](https://github.com/virtualansh/hexo-theme-aurora-em/issues/319)
* dynamic page title with i18n menu config ([51972dd](51972dd))
* english footer stat text ([64d79e2](64d79e2))
* english text style problem ([4cefbc2](4cefbc2))
* external svg icon not loaded ([bfbe17e](bfbe17e))
* footer link random pick friend infinite loop ([425ec7c](425ec7c))
* footer page view not update on load ([909c191](909c191))
* gitalk loading state not closed when recent comments are loaded ([0595413](0595413)), closes [auroral-ui#290](https://github.com/virtualansh/hexo-theme-aurora-em/issues/290) [auroral-ui#280](https://github.com/virtualansh/hexo-theme-aurora-em/issues/280)
* home page tag sticky overflow to the footer if no footer link ([6cb0a86](6cb0a86))
* horizontal feature displaying tags incorrectly ([0c34591](0c34591))
* improve the style of footer links for smaller devices ([a67370d](a67370d))
* include fixed header height for scroll to ([fb289cc](fb289cc))
* incorrect recent comment gavatar url with valine [auroral-ui#225](https://github.com/virtualansh/hexo-theme-aurora-em/issues/225) ([bfcf168](bfcf168))
* main author not able to load in home page ([667e1df](667e1df))
* mobile view not able to fetch author data ([2e4d0cd](2e4d0cd))
* no hamburger menu on table view size ([ab6cfc0](ab6cfc0))
* no stopping link box animation on hover ([a1c4b51](a1c4b51))
* open search modal scroll down by three percent ([6244fd8](6244fd8))
* path with extra hash at the end when reloaded ([440b2a7](440b2a7))
* prism copy button style ([a16cb48](a16cb48))
* prism highlight custom css is overwritten by default ([b26850b](b26850b))
* prism highlight not rendered on reload ([aa2328e](aa2328e))
* recent comment is not hiding with correct setting ([91358ad](91358ad))
* recent comment relative time use round to floor instead ([b5f4ae4](b5f4ae4))
* recent comments always show ([0976e5c](0976e5c))
* refactor and fix post search page to support tag and category search ([89e35fb](89e35fb))
* remove qod since it's rated limited to 5 calls a day ([75e99da](75e99da))
* statistic labels too large in English ([3c0e81f](3c0e81f)), closes [auroral-ui#297](https://github.com/virtualansh/hexo-theme-aurora-em/issues/297)
* subtitle and some main title uppercase ([9c07937](9c07937))
* tags overflowing in mobile view for feature post ([cd9bae9](cd9bae9))
* text overflowing outside of article content box [auroral-ui#218](https://github.com/virtualansh/hexo-theme-aurora-em/issues/218) ([cf02393](cf02393))
* title too long overflowing issue ([9123bbe](9123bbe))
* typescript typing issue for Post ([1c58e55](1c58e55))
* update all avatar to adapt to dynamic avatar shape option ([be2ae7a](be2ae7a))
* update to use archives endpoint to avoid feature post affect ([c207a16](c207a16)), closes [auroral-ui#262](https://github.com/virtualansh/hexo-theme-aurora-em/issues/262) [auroral-ui#262](https://github.com/virtualansh/hexo-theme-aurora-em/issues/262)
* use new import for default image instead of require ([6d1b078](6d1b078))
* waline different date format cause formatting error ([22477f2](22477f2))

### Features

* add empty display for recent comments ([c4dde9b](c4dde9b))
* add feature to disable comment on Pages or Posts individually ([6b3935f](6b3935f))
* add footer link feature ([8e29f0b](8e29f0b))
* add friends link feature ([a4ae01a](a4ae01a))
* add image enlarge feature ([bd5b862](bd5b862))
* add recent comment link with anchor ([ef0a517](ef0a517))
* add waline comment plugin ([6f34372](6f34372))
* added page view and comment count for all pages ([d107853](d107853))
* added site running stat and waline site PV ([2d15ac6](2d15ac6))
* added traditional chinese language support ([2e4c3e5](2e4c3e5))
* added valine, twikoo and valine post views stat ([517e9d0](517e9d0))
* better page title for home page ([9c09e57](9c09e57))
* changed background wave to gradient ([e9f02e8](e9f02e8))
* hide comments if all plugins are disabled ([9b0db10](9b0db10))
* new feature and pin effect ([c4b962f](c4b962f))
* pagination button UI upgrade ([689dd9b](689dd9b))
* **plugin:** add twikoo comment plugin support ([39ccaf8](39ccaf8))
* replace prismjs with shiki ([ab2b51f](ab2b51f))
* update comment and friends mobile mode style ([79e242c](79e242c))
* updated to high quality SVG icons ([aef2fb2](aef2fb2))
* upgrade both PC and mobile menu ([8682423](8682423))
* upgrade recent comment UI ([0d96066](0d96066))
* upgrade tags UI ([45944c6](45944c6))
* upgrade waline comment UI ([1121a12](1121a12))
* **vite/dependencies:** updated to Vite and all dependencies ([162df85](162df85))

### Performance Improvements

* upgrade to use vite-plugin-page for better page setup ([a51eb6e](a51eb6e))

### BREAKING CHANGES

* **vite/dependencies:** changed to Vite and updated all dependencies
Ryaang added a commit to Ryaang/hexo-theme-aurora-s that referenced this issue Oct 31, 2023
# 1.0.0 (2023-10-31)

### Bug Fixes

* add missing waline options ([25f732f](25f732f))
* article next and previous posts cards have unequal height ([8f98e14](8f98e14))
* article with only one tag cause a fatal error ([7478780](7478780))
* avatar border too large for circle or rounded avatars ([4879043](4879043))
* beian image is still using require instead of import ([0174c3b](0174c3b))
* clicking language menu is not auto closing the menu ([d9f77de](d9f77de))
* code clip-board copy button style ([05450c5](05450c5))
* code fence is not highlighted by prism after refresh ([8b77aa2](8b77aa2))
* code not styled in li tag ([5718581](5718581))
* color style for header when switching mode and sticky issue ([e1f9075](e1f9075)), closes [auroral-ui#321](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/321) [auroral-ui#319](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/319)
* dia bot not able to be initialised in version 2+ ([248b42c](248b42c))
* dynamic page title with i18n menu config ([51972dd](51972dd))
* english footer stat text ([64d79e2](64d79e2))
* english text style problem ([4cefbc2](4cefbc2))
* external svg icon not loaded ([bfbe17e](bfbe17e))
* footer friends link not loaded ([1546685](1546685))
* footer link random pick friend infinite loop ([425ec7c](425ec7c))
* footer page view not update on load ([909c191](909c191))
* gitalk loading state not closed when recent comments are loaded ([0595413](0595413)), closes [auroral-ui#290](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/290) [auroral-ui#280](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/280)
* header width is not updated after resize of the browser window ([9f84fbf](9f84fbf))
* home page tag sticky overflow to the footer if no footer link ([6cb0a86](6cb0a86))
* horizontal feature displaying tags incorrectly ([0c34591](0c34591))
* improve light mode header background color ([2c30969](2c30969))
* improve the style of footer links for smaller devices ([a67370d](a67370d))
* include fixed header height for scroll to ([fb289cc](fb289cc))
* inconsistance links page setup and configs ([719f3c4](719f3c4))
* incorrect recent comment gavatar url with valine [auroral-ui#225](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/225) ([bfcf168](bfcf168))
* main author not able to load in home page ([667e1df](667e1df))
* mobile view not able to fetch author data ([2e4d0cd](2e4d0cd))
* no hamburger menu on table view size ([ab6cfc0](ab6cfc0))
* no stopping link box animation on hover ([a1c4b51](a1c4b51))
* open search modal scroll down by three percent ([6244fd8](6244fd8))
* path with extra hash at the end when reloaded ([440b2a7](440b2a7))
* prism copy button style ([a16cb48](a16cb48))
* prism highlight custom css is overwritten by default ([b26850b](b26850b))
* prism highlight not rendered on reload ([aa2328e](aa2328e))
* recent comment is not hiding with correct setting ([91358ad](91358ad))
* recent comment relative time use round to floor instead ([b5f4ae4](b5f4ae4))
* recent comments always show ([0976e5c](0976e5c))
* refactor and fix post search page to support tag and category search ([89e35fb](89e35fb))
* remove qod since it's rated limited to 5 calls a day ([75e99da](75e99da))
* search function not working ([856dd28](856dd28))
* statistic labels too large in English ([3c0e81f](3c0e81f)), closes [auroral-ui#297](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/297)
* subtitle and some main title uppercase ([9c07937](9c07937))
* tags overflowing in mobile view for feature post ([cd9bae9](cd9bae9))
* text overflowing outside of article content box [auroral-ui#218](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/218) ([cf02393](cf02393))
* title too long overflowing issue ([9123bbe](9123bbe))
* toc sidebar max height now adapt to new ui ([65ce7fd](65ce7fd))
* typescript typing issue for Post ([1c58e55](1c58e55))
* update all avatar to adapt to dynamic avatar shape option ([be2ae7a](be2ae7a))
* update to use archives endpoint to avoid feature post affect ([c207a16](c207a16)), closes [auroral-ui#262](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/262) [auroral-ui#262](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/262)
* use new import for default image instead of require ([6d1b078](6d1b078))
* waline comment data could return without time field ([auroral-ui#379](https://github.com/Tim-Saijun/hexo-theme-aurora-s/issues/379)) ([c213819](c213819))
* waline different date format cause formatting error ([22477f2](22477f2))

### Features

* add empty display for recent comments ([c4dde9b](c4dde9b))
* add feature to disable comment on Pages or Posts individually ([6b3935f](6b3935f))
* add footer link feature ([8e29f0b](8e29f0b))
* add friends link feature ([a4ae01a](a4ae01a))
* add image enlarge feature ([bd5b862](bd5b862))
* add recent comment link with anchor ([ef0a517](ef0a517))
* add waline comment plugin ([6f34372](6f34372))
* added page view and comment count for all pages ([d107853](d107853))
* added site running stat and waline site PV ([2d15ac6](2d15ac6))
* added traditional chinese language support ([2e4c3e5](2e4c3e5))
* added valine, twikoo and valine post views stat ([517e9d0](517e9d0))
* better page title for home page ([9c09e57](9c09e57))
* change to new link cards styles ([c95eda1](c95eda1))
* changed background wave to gradient ([e9f02e8](e9f02e8))
* hide comments if all plugins are disabled ([9b0db10](9b0db10))
* new feature and pin effect ([c4b962f](c4b962f))
* pagination button UI upgrade ([689dd9b](689dd9b))
* **plugin:** add twikoo comment plugin support ([39ccaf8](39ccaf8))
* replace prismjs with shiki ([ab2b51f](ab2b51f))
* update comment and friends mobile mode style ([79e242c](79e242c))
* updated to high quality SVG icons ([aef2fb2](aef2fb2))
* upgrade both PC and mobile menu ([8682423](8682423))
* upgrade recent comment UI ([0d96066](0d96066))
* upgrade tags UI ([45944c6](45944c6))
* upgrade waline comment UI ([1121a12](1121a12))
* **vite/dependencies:** updated to Vite and all dependencies ([162df85](162df85))

### Performance Improvements

* upgrade to use vite-plugin-page for better page setup ([a51eb6e](a51eb6e))

### BREAKING CHANGES

* **vite/dependencies:** changed to Vite and updated all dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants