From fe50e2c39ca835193e0076fd98bfba63344413ab Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 3 Aug 2023 13:44:47 +0300 Subject: [PATCH] chroe: deprecations in hugo config --- config.toml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 0d72c16..c8b1422 100644 --- a/config.toml +++ b/config.toml @@ -23,13 +23,13 @@ category = "categories" [params.taxonomy] # set taxonomyCloud = [] to hide taxonomy clouds -taxonomyCloud = ["tags", "categories"] +taxonomyCloud = ["tags", "categories"] # If used, must have same length as taxonomyCloud -taxonomyCloudTitle = ["Tag Cloud", "Categories"] +taxonomyCloudTitle = ["Tag Cloud", "Categories"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers -taxonomyPageHeader = ["tags", "categories"] +taxonomyPageHeader = ["tags", "categories"] # Highlighting config @@ -61,15 +61,17 @@ anchor = "smart" [languages] [languages.en] title = "SelfPrivacy" -description = "SelfPrivacy app allows you to set up self-hosted services and manage them." languageName ="English" # Weight used for sorting. weight = 1 +[languages.en.params] +description = "SelfPrivacy app allows you to set up self-hosted services and manage them." [languages.ru] title = "SelfPrivacy" -description = "Приложение SelfPrivacy поможет настроить селфхост-сервисы и управлять ими" languageName ="Русский" contentDir = "content/ru" +[languages.ru.params] +description = "Приложение SelfPrivacy поможет настроить селфхост-сервисы и управлять ими" time_format_default = "02.01.2006" time_format_blog = "02.01.2006" @@ -100,13 +102,13 @@ privacy_policy = "https://selfprivacy.org/privacy-policy/" # This menu appears only if you have at least one [params.versions] set. version_menu = "Releases" -# Flag used in the "version-banner" partial to decide whether to display a +# Flag used in the "version-banner" partial to decide whether to display a # banner on every page indicating that this is an archived version of the docs. # Set this flag to "true" if you want to display the banner. archived_version = false # The version number for the version of the docs represented in this doc set. -# Used in the "version-banner" partial to display a version number for the +# Used in the "version-banner" partial to display a version number for the # current doc set. version = "0.0" @@ -164,7 +166,7 @@ yes = 'Glad to hear it! Please tell us how we can improve.' # Adds a reading time to the top of each doc. -# If you want this feature, but occasionally need to remove the Reading time from a single page, +# If you want this feature, but occasionally need to remove the Reading time from a single page, # add "hide_readingtime: true" to the page's front matter [params.ui.readingtime] enable = true @@ -216,4 +218,4 @@ enable = true disable = false [[module.imports]] path = "github.com/google/docsy/dependencies" - disable = false \ No newline at end of file + disable = false