Merge remote-tracking branch 'upstream/master' into fix-tabs
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
|
||||
|
|
|
@ -10,11 +10,13 @@ linkTitle = "SelfPrivacy"
|
|||
<div class="container rounded">
|
||||
<div id="screenshotsCarouselControls" class="carousel slide" data-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="0"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="1"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="2" class="active"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="2"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="3"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="4"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="5"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="6"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner rounded">
|
||||
<div class="carousel-item">
|
||||
|
@ -27,10 +29,16 @@ linkTitle = "SelfPrivacy"
|
|||
<img class="d-block w-100" src="/images/screenshots/3-en.png" alt="Third slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/4-en.png" alt="Third slide">
|
||||
<img class="d-block w-100" src="/images/screenshots/4-en.png" alt="Fourth slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/5-en.png" alt="Third slide">
|
||||
<img class="d-block w-100" src="/images/screenshots/5-en.png" alt="Fifth slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/6-en.png" alt="Sixth slide">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/7-en.png" alt="Seventh slide">
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#screenshotsCarouselControls" role="button" data-slide="prev">
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -10,28 +10,37 @@ linkTitle = "SelfPrivacy"
|
|||
<div class="container rounded">
|
||||
<div id="screenshotsCarouselControls" class="carousel slide" data-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="0"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="1"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="2" class="active"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="2"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="3"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="4"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="5"></li>
|
||||
<li data-target="#screenshotsCarouselControls" data-slide-to="6"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner rounded">
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/1-en.png" alt="First slide">
|
||||
<img class="d-block w-100" src="/images/screenshots/1-ru.png" alt="Первый слайд">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/2-en.png" alt="Second slide">
|
||||
<img class="d-block w-100" src="/images/screenshots/2-ru.png" alt="Второй слайд">
|
||||
</div>
|
||||
<div class="carousel-item active">
|
||||
<img class="d-block w-100" src="/images/screenshots/3-en.png" alt="Third slide">
|
||||
<img class="d-block w-100" src="/images/screenshots/3-ru.png" alt="Третий слайд">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/4-en.png" alt="Third slide">
|
||||
<img class="d-block w-100" src="/images/screenshots/4-ru.png" alt="Четвёртый слайд">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/5-en.png" alt="Third slide">
|
||||
<img class="d-block w-100" src="/images/screenshots/5-ru.png" alt="Пятый слайд">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/6-ru.png" alt="Шестой слайд">
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img class="d-block w-100" src="/images/screenshots/7-ru.png" alt="Седьмой слайд">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#screenshotsCarouselControls" role="button"
|
||||
data-slide="prev">
|
||||
|
|
|
@ -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-ключ и добавить его в список авторизованных ключей вашего сервера.
|
||||
|
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 330 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 359 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 743 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 365 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 301 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 642 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 287 KiB |
BIN
static/images/screenshots/6-en.png
Normal file
After Width: | Height: | Size: 583 KiB |
BIN
static/images/screenshots/6-ru.png
Normal file
After Width: | Height: | Size: 339 KiB |
BIN
static/images/screenshots/7-en.png
Normal file
After Width: | Height: | Size: 261 KiB |
BIN
static/images/screenshots/7-ru.png
Normal file
After Width: | Height: | Size: 141 KiB |