Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-09-09 21:42:59 +0300
committerVivek R <vividvilla@gmail.com>2019-09-09 21:42:59 +0300
commitbb28e76551834a70f1889fb7601b49e5abd7e328 (patch)
treea9100f1888e900b8bf27da605b1b8ffdf5c7c143 /exampleSite
parent0e06bb53c586e19dec2aa0dc8ade0579a70526a3 (diff)
fix: paginate recent posts and use params.mainSections
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eeea110..d77f39e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,7 @@ baseURL = "http://example.org/"
languageCode = "en-us"
title = "Ezhil"
theme = "ezhil"
+paginate = 5
pygmentsstyle = "vs"
pygmentscodefences = true
@@ -11,11 +12,8 @@ googleAnalytics = "UA-123-45"
disqusShortname = "localhost"
[params]
+ mainSections = ["posts"]
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
- # Number of posts to show in recent posts list.
- recentPostsCount = 10
- # Content types which are excluded from recent posts and archive page.
- excludedTypes = ["page"]
disableDisqusTypes = ["page"]
featherIconsCDN = true