Changed description of articles. Added a new article metadata.

This commit is contained in:
Alexander Andreev 2022-05-20 05:22:26 +04:00
parent aee613076e
commit 79a24c7188
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -16,19 +16,23 @@ const util = require("../shared/util");
const articles_meta = { const articles_meta = {
"rpi_root_on_external_drive": { "rpi_root_on_external_drive": {
title: "How to move a root from SD card to external drive on Raspberry Pi", title: "How to move a root from SD card to external drive on Raspberry Pi",
description: "Article on moving a root partition to an ext. drive on Raspberry Pi." description: "How to move a root partition to an ext. drive on Raspberry Pi."
}, },
"setting_up_a_tor_proxy_relay_hiddenserv": { "setting_up_a_tor_proxy_relay_hiddenserv": {
title: "Setting up a Tor proxy, relay and hidden service", title: "Setting up a Tor proxy, relay and hidden service",
description: "Article on setting up a Tor proxy, relay and hidden service." description: "How to setup a Tor proxy, relay and hidden service."
}, },
"setting_up_a_mail_server": { "setting_up_a_mail_server": {
title: "Setting up a mail server", title: "Setting up a mail server",
description: "Article on creating your own mail server using Postfix and Dovecot." description: "How to create your own mail server using Postfix and Dovecot."
}, },
"nginx_recipes_and_tips": { "nginx_recipes_and_tips": {
title: "NGiNX's recipes & tips", title: "NGiNX's recipes & tips",
description: "Article on tips and recipes for NGiNX webserver." description: "Tips and recipes for NGiNX webserver."
},
"hardening_mikrotik": {
title: "Hardening Mikrotik",
description: "How to harden security of your Mikrotik router."
}, },
}; };