From 79a24c7188a4784ec010c94da0631d4b05ebaa44 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 20 May 2022 05:22:26 +0400 Subject: [PATCH] Changed description of articles. Added a new article metadata. --- homepage/index.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/homepage/index.js b/homepage/index.js index a81e0e0..f0adb1c 100644 --- a/homepage/index.js +++ b/homepage/index.js @@ -16,19 +16,23 @@ const util = require("../shared/util"); const articles_meta = { "rpi_root_on_external_drive": { 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": { 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": { 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": { 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." }, };