diff --git a/hugo.toml b/hugo.toml index 741e8dd..3ebb84b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,7 +2,6 @@ baseURL = "/" languageCode = "en-us" title = "UCLA Linux Users Group" theme = "ezhil" -paginate = 5 copyright = "© Copyright 2024" @@ -26,6 +25,9 @@ summaryLength = 20 # customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css. # customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts. +[pagination] + pagerSize = 5 + [[menu.main]] name = "About" url = "/about"