From 2ef9e995adac6dbbd1c71c9b0f66ecc0f7934ddd Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 7 Jul 2019 12:03:29 +0200 Subject: config: Allow indexing The default was set to causing the site not to be indexed. Setting a site parameter to production allows indexing by robots. --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 93f8126..0a09f7b 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,8 @@ theme = "ananke" enableRobotsTXT = true DefaultContentLanguage = "en" #MetaDataFormat = "yaml" +Paginate = 6 +env = "production" #enable robots to index [params] description = "Ouroboros is a decentralized packet network" @@ -16,6 +18,8 @@ date_format = "January 2, 2006" copyright = "CC BY-SA" author = "Dimitri Staessens" defaultDestcription = "Ouroboros" +recent_posts_number = 2 +body_classes = "georgia bg-near-white" [menu] @@ -99,6 +103,13 @@ defaultDestcription = "Ouroboros" identifier = "id_about" url = "/about/" + # [[menu.main]] + # name = "News" + # weight = 5 + # identifier = "blog" + # url = "/blog/" + + [[menu.main]] name = "Repository" weight = 100 -- cgit v1.2.3