From c18f5b78ecea8f70258ac2c1dd3522d8981f433a Mon Sep 17 00:00:00 2001 From: Priyansh Gupta <33621094+priyansh19@users.noreply.github.com> Date: Thu, 11 Jul 2019 14:35:27 +0530 Subject: [PATCH] Updating the config.toml file format This is a non mandatory update but needs to be done as the comments are done just above or below the line of code to help understand it better. --- config.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 3bf03e5ef..0b5b7535b 100644 --- a/config.toml +++ b/config.toml @@ -1,11 +1,8 @@ -# This the theme configuration. +# This the theme configuration for Docsy. # Allowed configuration in a theme is (currently): # params (global and per language) # menu (global and per language) # outputformats and mediatypes -# For a full list of parameters used in Docsy sites, see: -# https://github.com/google/docsy-example/blob/master/config.toml - [params] time_format_blog = "Monday, January 02, 2006" @@ -13,3 +10,10 @@ time_format_default = "January 2, 2006" # Sections to publish in the main RSS feed. rss_sections = ["blog"] + +# For a full list of parameters used in Docsy sites, see: +# https://github.com/google/docsy-example/blob/master/config.toml + + + +