Changed description of articles. Added a new article metadata.
This commit is contained in:
parent
aee613076e
commit
79a24c7188
@ -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."
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user