Add the ability to support hidden draft posts
This commit is contained in:
parent
7548baa72d
commit
fce732ee41
5 changed files with 11 additions and 1 deletions
|
@ -4,6 +4,7 @@ pubDate: 2024-12-17T00:49:00.000+11
|
|||
description: 'This is the first post of my new website. featuring information on why I chose Astro to rewrite it and some extra fun information along the way!'
|
||||
author: 'Aria'
|
||||
tags: ["blogging", "learning in public", "development"]
|
||||
draft: false
|
||||
---
|
||||
import { Picture, getImage } from "astro:assets";
|
||||
import FriendLink from "../components/FriendLink.astro";
|
||||
|
|
|
@ -4,6 +4,7 @@ pubDate: 2025-03-10T14:35:00.000+11
|
|||
description: 'HRT appointment is getting closer and I have some thoughts and want to go over the story'
|
||||
author: 'Aria'
|
||||
tags: ["personal", "HRT", "🏳️⚧️"]
|
||||
draft: false
|
||||
---
|
||||
|
||||
## The story so far
|
||||
|
|
|
@ -4,6 +4,7 @@ pubDate: 2025-05-13T01:47:00.000+11
|
|||
description: 'Time to get my keys and addresses all sorted'
|
||||
author: 'Aria'
|
||||
tags: ["learning in public", "security", "GPG"]
|
||||
draft: false
|
||||
---
|
||||
import { Picture, getImage } from "astro:assets";
|
||||
import ssh_autofill from "../img/blog/Screenshot_20250513_004022.png";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue