diff --git a/hugo.toml b/hugo.toml index 39e8e82d..d6256e42 100644 --- a/hugo.toml +++ b/hugo.toml @@ -8,7 +8,7 @@ theme = "delta" # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List timeZone = "America/New_York" # post pagination -paginate = 6 # see https://gohugo.io/extras/pagination/ +pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/ # post excerpt summaryLength = 10 # see https://gohugo.io/content-management/excerpts/ # disable language @@ -17,7 +17,7 @@ disableLanguages = [ ] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/ hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage enableGitInfo = true # show last update time of post - +timeout = "120s" ########################### Services ############################# [services] diff --git a/netlify.toml b/netlify.toml index 52e01d3b..7d7ff73f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -65,4 +65,4 @@ from = "intelops.ai" to = "https://capten.ai/" status = 301 - force = true \ No newline at end of file + force = true