diff --git a/README.md b/README.md index e794aed..25cb68b 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ languageCode = "en-us" # Add it only if you keep the theme in the `themes` directory. # Remove it if you use the theme as a remote Hugo Module. theme = "terminal" -paginate = 5 +pagination.pagerSize = 5 [params] # dir name of your main content (default is `content/posts`). diff --git a/exampleSite/config.toml b/exampleSite/config.toml index cb78253..0ed55b2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,7 @@ baseurl = "https://example.com/" languageCode = "en-us" theme = "hugo-theme-terminal" -paginate = 5 +pagination.pagerSize = 5 [markup.goldmark.renderer] unsafe = true