mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request 'Remove taxonomies' (#113) from nevfy/selfprivacy.org:remove-taxonomies into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/113 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
ab9497cee6
16
config.toml
16
config.toml
|
@ -16,22 +16,6 @@ enableGitInfo = true
|
|||
# Comment out to enable taxonomies in Docsy
|
||||
# disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
|
||||
# You can add your own taxonomies
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
category = "categories"
|
||||
|
||||
[params.taxonomy]
|
||||
# set taxonomyCloud = [] to hide taxonomy clouds
|
||||
taxonomyCloud = ["tags", "categories"]
|
||||
|
||||
# If used, must have same length as taxonomyCloud
|
||||
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
|
||||
|
||||
# set taxonomyPageHeader = [] to hide taxonomies on the page headers
|
||||
taxonomyPageHeader = ["tags", "categories"]
|
||||
|
||||
|
||||
# Highlighting config
|
||||
pygmentsCodeFences = true
|
||||
pygmentsUseClasses = false
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories: ["Tutorials"]
|
||||
tags: []
|
||||
title: "Getting Started"
|
||||
linkTitle: "Getting Started"
|
||||
weight: 1
|
||||
|
|
|
@ -5,7 +5,6 @@ weight: 2
|
|||
date: 2023-03-14
|
||||
description: >
|
||||
Manual cleanup might be required if you need more space on system volume.
|
||||
categories: ["How-To Guides"]
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ weight: 1
|
|||
date: 2023-03-14
|
||||
description: >
|
||||
If you need to manually perform some tasks, you can get root access via SSH.
|
||||
categories: ["How-To Guides"]
|
||||
---
|
||||
|
||||
To access your server's root shell you will have to generate your SSH key and add it to your server's authorized keys.
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories: ["Tutorials"]
|
||||
tags: []
|
||||
title: "Начало работы"
|
||||
linkTitle: "Начало работы"
|
||||
weight: 1
|
||||
|
|
|
@ -5,7 +5,6 @@ weight: 2
|
|||
date: 2023-10-21
|
||||
description: >
|
||||
Для тех кто хочет сменить своего dns провайдера уже после установки сервера.
|
||||
categories: ["How-To Guides"]
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ weight: 2
|
|||
date: 2023-04-21
|
||||
description: >
|
||||
Ручная очистка может потребоваться, если вам нужно больше свободного места на системном разделе.
|
||||
categories: ["How-To Guides"]
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ weight: 1
|
|||
date: 2023-04-22
|
||||
description: >
|
||||
Если вам нужно вручную выполнить административные задачи, понадобится root-доступ через SSH.
|
||||
categories: ["How-To Guides"]
|
||||
---
|
||||
|
||||
Чтобы получить доступ к корневой оболочке вашего сервера, вам необходимо сгенерировать SSH-ключ и добавить его в список авторизованных ключей вашего сервера.
|
||||
|
|
Loading…
Reference in a new issue