Hello all,
I tried to change the length of the summary in config.toml using this code,
baseURL = "https://example.com/"
languageCode = "en-us"
title = "summary"
theme = "Hugo- Organization Portfolio"
summary = "summaryLength (20)"
I checked these links,
- https://gohugo.io/content-management/summaries/#automatic-summary-splitting,
- https://gohugo.io/getting-started/configuration/
but not clear info is given.
but doesn’t change anything. What is the correction in config. Kindly let me know.