github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/config.toml (about) 1 # This the theme configuration for Docsy. 2 # Allowed configuration in a theme is (currently): 3 # params (global and per language) 4 # menu (global and per language) 5 # outputformats and mediatypes 6 7 [params] 8 time_format_blog = "Monday, January 02, 2006" 9 time_format_default = "January 2, 2006" 10 # Sections to publish in the main RSS feed. 11 rss_sections = ["blog"] 12 13 14 # For a full list of parameters used in Docsy sites, see: 15 # https://github.com/google/docsy-example/blob/master/config.toml 16 17 18 [outputFormats] 19 [outputFormats.PRINT] 20 baseName = "index" 21 isHTML = true 22 mediaType = "text/html" 23 path = "_print" 24 permalinkable = false