From 0928ac7868816f52541d07a2a66a4038c54de344 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 19 May 2017 22:18:32 +0200 Subject: Use mainSections to define which pages are shown on the homepage --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 86a7fdd..ee11f32 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -28,6 +28,9 @@ themesDir = "../.." logo = "css/images/logo.png" disable_mathjax = false # set to true to disable MathJax + # define which types of pages should be shown. By default the type with the most regular pages + mainSections = ["post"] + # Format dates with Go's time formatting date_format = "2006-01-02" -- cgit v1.2.3