first new post in months

This commit is contained in:
Greg Gauthier 2023-08-30 14:37:59 +01:00
parent 32db0924c8
commit f749bcb05d
3 changed files with 9 additions and 8 deletions

View File

@ -0,0 +1,8 @@
---
title: "Atari Assembler for the Absolute Beginner"
date: 2023-08-30T14:33:00+01:00
tags: ["Programming", "Languages", "Assembler"]
description: "Atari assembler starting from scratch"
draft: true
---
I am starting a new series on my Rumble channel.

View File

@ -1,7 +0,0 @@
---
title: "Atari Assembler for the Absolute Beginner"
date: 2023-08-30T14:33:00+01:00
tags: []
description: ""
draft: false
---

2
new
View File

@ -10,7 +10,7 @@ Help()
echo
echo "Syntax: new -c contentType -t 'some title'"
echo "options:"
echo "-c [required] Content Type: 'post', 'podcast', 'reading'"
echo "-c [required] Content Type: 'blog'"
echo "-t [required] Content Title: \"Any Plain Text At All\""
echo "-h This display."
exit 0