mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
chroe: deprecations in hugo config
This commit is contained in:
parent
f3109a138e
commit
fe50e2c39c
20
config.toml
20
config.toml
|
@ -23,13 +23,13 @@ category = "categories"
|
||||||
|
|
||||||
[params.taxonomy]
|
[params.taxonomy]
|
||||||
# set taxonomyCloud = [] to hide taxonomy clouds
|
# set taxonomyCloud = [] to hide taxonomy clouds
|
||||||
taxonomyCloud = ["tags", "categories"]
|
taxonomyCloud = ["tags", "categories"]
|
||||||
|
|
||||||
# If used, must have same length as taxonomyCloud
|
# 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
|
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
|
||||||
taxonomyPageHeader = ["tags", "categories"]
|
taxonomyPageHeader = ["tags", "categories"]
|
||||||
|
|
||||||
|
|
||||||
# Highlighting config
|
# Highlighting config
|
||||||
|
@ -61,15 +61,17 @@ anchor = "smart"
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = "SelfPrivacy"
|
title = "SelfPrivacy"
|
||||||
description = "SelfPrivacy app allows you to set up self-hosted services and manage them."
|
|
||||||
languageName ="English"
|
languageName ="English"
|
||||||
# Weight used for sorting.
|
# Weight used for sorting.
|
||||||
weight = 1
|
weight = 1
|
||||||
|
[languages.en.params]
|
||||||
|
description = "SelfPrivacy app allows you to set up self-hosted services and manage them."
|
||||||
[languages.ru]
|
[languages.ru]
|
||||||
title = "SelfPrivacy"
|
title = "SelfPrivacy"
|
||||||
description = "Приложение SelfPrivacy поможет настроить селфхост-сервисы и управлять ими"
|
|
||||||
languageName ="Русский"
|
languageName ="Русский"
|
||||||
contentDir = "content/ru"
|
contentDir = "content/ru"
|
||||||
|
[languages.ru.params]
|
||||||
|
description = "Приложение SelfPrivacy поможет настроить селфхост-сервисы и управлять ими"
|
||||||
time_format_default = "02.01.2006"
|
time_format_default = "02.01.2006"
|
||||||
time_format_blog = "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.
|
# This menu appears only if you have at least one [params.versions] set.
|
||||||
version_menu = "Releases"
|
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.
|
# 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.
|
# Set this flag to "true" if you want to display the banner.
|
||||||
archived_version = false
|
archived_version = false
|
||||||
|
|
||||||
# The version number for the version of the docs represented in this doc set.
|
# 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.
|
# current doc set.
|
||||||
version = "0.0"
|
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>.'
|
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.
|
# 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
|
# add "hide_readingtime: true" to the page's front matter
|
||||||
[params.ui.readingtime]
|
[params.ui.readingtime]
|
||||||
enable = true
|
enable = true
|
||||||
|
@ -216,4 +218,4 @@ enable = true
|
||||||
disable = false
|
disable = false
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "github.com/google/docsy/dependencies"
|
path = "github.com/google/docsy/dependencies"
|
||||||
disable = false
|
disable = false
|
||||||
|
|
Loading…
Reference in a new issue