chroe: deprecations in hugo config

backup-docs
Inex Code 2023-08-03 13:44:47 +03:00
parent f3109a138e
commit fe50e2c39c
1 changed files with 11 additions and 9 deletions

View File

@ -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 <a href="https://github.com/USERNAME/REPOSITORY/i
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
# 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
disable = false