config: disable pagination, we don't use it
This commit is contained in:
parent
18d0c25c59
commit
5a497ad697
1 changed files with 4 additions and 4 deletions
|
@ -214,10 +214,10 @@ sass:
|
||||||
|
|
||||||
|
|
||||||
# Outputting
|
# Outputting
|
||||||
permalink: /:categories/:title/
|
# permalink: /:categories/:title/
|
||||||
paginate: 5 # amount of posts to show
|
# paginate: 5 # amount of posts to show
|
||||||
paginate_path: /page:num/
|
# paginate_path: /page:num/
|
||||||
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
# timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
|
|
||||||
|
|
||||||
# Plugins (previously gems:)
|
# Plugins (previously gems:)
|
||||||
|
|
Loading…
Add table
Reference in a new issue