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

[BUG]归档无法展示所有的文章,仅仅展示了部分文章 #36

Closed
1 task done
0x783kb opened this issue Apr 3, 2024 · 8 comments
Closed
1 task done

Comments

@0x783kb
Copy link

0x783kb commented Apr 3, 2024

提交前检查单

  • 已尝试执行 hexo clean,问题仍然存在,是的,问题还存在

Bug 描述
清晰地描述,请提供

  • hexo 根目录的网站配置文件 _config.yml
title: 0x783kb
subtitle: ''
description: ''
keywords: thearthunting
author: ''
language: en
timezone: ''
url: ''
permalink: ':year/:month/:day/:title/'
permalink_defaults: null
pretty_urls:
  trailing_index: true
  trailing_html: true
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: ':lang'
skip_render: null
new_post_name: ':title.md'
default_layout: post
titlecase: false
external_link:
  enable: true
  field: site
  exclude: ''
filename_case: 0
render_drafts: false
post_asset_folder: true
marked:
  prependRoot: true
  postAsset: true
relative_link: false
future: true
syntax_highlighter: highlight.js
highlight:
  line_number: true
  auto_detect: false
  tab_replace: ''
  wrap: true
  hljs: false
prismjs:
  preprocess: true
  line_number: true
  tab_replace: ''
index_generator:
  path: ''
  per_page: 10
  order_by: '-date'
default_category: uncategorized
category_map: null
tag_map: null
meta_generator: true
date_format: YYYY-MM-DD
time_format: HH:mm:ss
updated_option: mtime
per_page: 10
pagination_dir: page
include: null
exclude: null
ignore: null
theme: minimalism
deploy:
  type: ''
permalink_pinyin:
  enable: true # 启用插件
  separator: '-' # 分词符,将使用此符号分隔两个汉字间的拼音

sitemap:
  path: # 可选只要一个
    - sitemap.xml
    - sitemap.txt
  rel: true # 是否在页面头部添加 rel="sitemap" 链接

encrypt:
   enable: true
  • 主题根目录配置文件 _config.yml 中有关的项目。如果有敏感信息请打码。
$ cat _config.yml 
menu:
  Index:
    url: /
    External: false
    name: 首页
  Tags:
    url: /tags
    External: false
    name: 标签
  Categories:
    url: /categories
    External: false
    name: 分类
  Archives:
    url: /archives
    External: false
    name: 归档
  About:
    url: /about
    External: false
    name: 关于

# 深色主题
dark_theme:
  enable: true
  mode: auto # 可选 auto、dark

# 联系方式
contact:
  #github: "https://github.com/f-dong"
  twitter:
  weibo:
  zhihu:
  facebook:

# 首页头像图片
avatar: /imanges/avatar.ico

# 站点图标
favicon: /imanges/avatar.ico

# 谷歌统计 跟踪 ID
ga:

# 百度统计 The baidu web analytics
baidu_tongji:
  
comment:
  enable: false
  system: twikoo # 可选 gitalk、twikoo
  config:
    gitalk:
      clientId:
      clientSecret:
      repository: # 仓库名
      owner: # 仓库所有者
      createIssueManually: false # 如果当前页面没有相应的 isssue 且登录的用户属于 admin,则会自动创建 issue。如果设置为 true,则显示一个初始化页面,创建 issue 需要点击 init 按钮。
    twikoo:
      envId: #  腾讯云环境填 envId;Vercel 环境填地址(https://xxx.vercel.app)
      region: # 环境地域,腾讯云传
      mark: # 一个twikoo服务端应用于多个内容时,可填写此项

# 底部链接
bottom_link:
  rss:
    url:
    text: RSS
  icp:
    url: # beian.miit.gov.cn
    text: # 沪ICP备 09007032号-1

# 底部显示来源信息
bottom_source:
  enable: true

# 脚注
footnote:
  enable: true # 是否开启脚注解析
  ignoreCodeBlock: false # 是否忽略代码块中的脚注

# 图片配置
image:
  lazyload_enable: true # 图片懒加载
  lazyload_placeholder: # 图片懒加载占位图
  photo_zoom: simple-lightbox # 可选 simple-lightbox、fancybox、false(禁用)
  
# cdn 配置
cdn:
  enable: false
  # CDN 提供者
  provider: jsdelivr # 可选 jsdelivr、unpkg、bootcdn

复现方法
复现该 Bug 的步骤:

访问之后,点击归档,只展示了10个文章

预期结果
该功能本来应该是怎么样的

展示全部

第二页的文章并没有生成归档

电脑(请填写以下信息):

  • 操作系统:macOS
  • 浏览器: Chrome
  • 版本:版本 123.0.6312.87(正式版本) (x86_64)

其他
如有其他内容,请提供

@0x783kb
Copy link
Author

0x783kb commented Apr 8, 2024

我发现这个文章是可以展示的,需要你自己手动在你的博客域名后,增加/archives/page/3/index.html,这样可以查看其他的归档文档,或者调整_config.minimalism.yml中配置

index_generator:
  path: 'archives'
  per_page: 10 #参数值调整为20、30等
  order_by: -date

我也在尝试如何增加分页提示,比如下一页

@f-dong
Copy link
Owner

f-dong commented Apr 8, 2024

归档和分类的分页确实有问题,因为之前做了个隐藏文章的功能导致与 hexo 官方的分页组件发生了冲突,我近期抽空再看下这个问题,看看有没有全新的解决方案吧

@f-dong
Copy link
Owner

f-dong commented Apr 8, 2024

已经处理了,更新至 1.3.9 版本,归档页会显示所有文章

@f-dong f-dong closed this as completed Apr 8, 2024
@0x783kb
Copy link
Author

0x783kb commented Apr 8, 2024

我感觉这个解决方案并没有完美解决这个问题。虽然解决了这个问题,但新的问题出现了。代码这里并没有缩紧或者换行
image

image

@0x783kb
Copy link
Author

0x783kb commented Apr 8, 2024

在hexo-theme-minimalism-1.3.8这个版本中并没有出现这个问题。

@f-dong
Copy link
Owner

f-dong commented Apr 8, 2024

哈哈,是我疏忽大意了,调整表格样式时忽略了这里,你先回退一下吧,明天再重新调整下

@f-dong
Copy link
Owner

f-dong commented Apr 9, 2024

问题以解决

@f-dong f-dong closed this as completed Apr 9, 2024
@0x783kb
Copy link
Author

0x783kb commented Apr 9, 2024

感谢,不错不错

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