diff --git a/config.toml b/config.toml index 243b4cbe8..d41e015d9 100644 --- a/config.toml +++ b/config.toml @@ -7,8 +7,11 @@ canonifyurls = true config = "config.toml" contentdir = "content" copyright = "" +defaultContentLanguage = "en" # Set to true is you don't want livereload in local development -disableLiveReload= false +disableLiveReload = false +# Set to true to keep url path preserve casing (eg, for sections) +disablePathToLower = false # Set to false if you want rss xml files auto-generated disableRSS = false # Set to false if you want a sitemap.xml created at the site root @@ -34,8 +37,10 @@ publishdir = "public" pygmentsUseClasses = true relativeURLs = true source = "" +# Display memory and timing of different steps of the program +stepAnalysis = true # This is the top-level, global site title -title = "Hugo Docs Concept" +title = "Hugo" # Change this once you've created your theme theme = "hugodocs" # Set to true to convert mysite/section/ to mysite/section.html @@ -59,7 +64,7 @@ watch = true ## Critical Render Path. If true, site style will be embedded in a