diff --git a/README.md b/README.md index 70fcd739..8b3addd7 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,13 @@ theme = "mainroad" baseurl = "/" title = "Mainroad" languageCode = "en-us" -paginate = "10" # Number of posts per page theme = "mainroad" disqusShortname = "" # DEPRECATED! Use .Services.Disqus.Shortname googleAnalytics = "" # DEPRECATED! Use .Services.googleAnalytics.ID +[Pagination] + pagerSize = 10 # Number of posts per page + [services.disqus] shortname = "" # Enable Disqus by entering your Disqus shortname [services.googleAnalytics] diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 221797af..c367d6e5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,11 +1,13 @@ baseurl = "/" title = "Mainroad" languageCode = "en-us" -paginate = "10" # Number of posts per page theme = "mainroad" disqusShortname = "" # Enable comments by entering your Disqus shortname googleAnalytics = "" # Enable Google Analytics by entering your tracking id +[Pagination] + pagerSize = 10 # Number of posts per page + [Author] name = "John Doe" bio = "John Doe's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it."