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

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Blum <mikeblum@users.noreply.github.com>2019-09-02 18:33:27 +0300
committerGitHub <noreply@github.com>2019-09-02 18:33:27 +0300
commit08cbc80609446c25c54be33460fff74c6b539fdf (patch)
tree454d31ade88c98e0847ceff4d73d6c3edb57d281 /theme.toml
parent175af9a0a1fe70321f5914ac31272fbd0a7edc5e (diff)
[GH-682] Demos with empty homepage and/or wrong posts list (#5)
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index b3b52b9..942427f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,10 @@ description = "a Hugo port of Jekyll Now"
homepage = "https://github.com/mikeblum/hugo-now"
tags = ["blog", "profile", "jekyll-now", "bootstrap", "font awesome", "responsive", "pygments"]
features = ["blog", "portfolio"]
-min_version = 0.24
+min_version = "0.57.0"
+
+[params]
+ mainSections = ["post", "project"]
[author]
name = "Michael Blum"