first new post in months
This commit is contained in:
parent
32db0924c8
commit
f749bcb05d
@ -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.
|
@ -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
2
new
@ -10,7 +10,7 @@ Help()
|
|||||||
echo
|
echo
|
||||||
echo "Syntax: new -c contentType -t 'some title'"
|
echo "Syntax: new -c contentType -t 'some title'"
|
||||||
echo "options:"
|
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 "-t [required] Content Title: \"Any Plain Text At All\""
|
||||||
echo "-h This display."
|
echo "-h This display."
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user