Skip to content

Commit

Permalink
hugo.toml: change paginate to 100 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekcpear authored Dec 6, 2023
1 parent 0bb41a8 commit 9d27edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ baseURL = 'https://rvspoc.org/'
languageCode = 'zh-CN'
title = 'RISC-V 软件移植及优化锦标赛'
theme = 'ananke'
paginate = 10
paginate = 100
timeZone = "Asia/Shanghai"
pluralizeListTitles = false
defaultContentLanguage = 'zh'
Expand Down

0 comments on commit 9d27edc

Please sign in to comment.