Drafts non-discoverable

This commit is contained in:
Felipe M 2020-11-29 22:08:01 +01:00
parent 6983cb1c3a
commit 3bdb5f6545
Signed by: fmartingr
GPG key ID: 716BC147715E716F
3 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,6 @@
title: Self hosting my home (part 1) title: Self hosting my home (part 1)
--- ---
_template: blog-post.html _discoverable: no
--- ---
pub_date: 2021-12-31 pub_date: 2021-12-31
--- ---

View file

@ -2,6 +2,8 @@ title: Arch Linux on my Dell XPS
--- ---
pub_date: 2021-12-31 pub_date: 2021-12-31
--- ---
_discoverable: no
---
body: body:
## Create install media ## Create install media

View file

@ -2,9 +2,11 @@ title: Running Alpine Linux from USB on the Raspberry Pi 3
--- ---
pub_date: 2021-12-31 pub_date: 2021-12-31
--- ---
_discoverable: no
---
body: body:
``` sh ``` bash
# Tested on Raspberry Pi 3 # Tested on Raspberry Pi 3
# Create a Raspberry pi OS SD card # Create a Raspberry pi OS SD card
sudo apt update sudo apt update