diff --git a/content/blog/atari-assembler-for-the-absolute-beginner.md b/content/blog/atari-assembler-for-the-absolute-beginner.md new file mode 100644 index 0000000..bc4b881 --- /dev/null +++ b/content/blog/atari-assembler-for-the-absolute-beginner.md @@ -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. \ No newline at end of file diff --git a/content/post/atari-assembler-for-the-absolute-beginner.md b/content/post/atari-assembler-for-the-absolute-beginner.md deleted file mode 100644 index 7c3c883..0000000 --- a/content/post/atari-assembler-for-the-absolute-beginner.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Atari Assembler for the Absolute Beginner" -date: 2023-08-30T14:33:00+01:00 -tags: [] -description: "" -draft: false ---- \ No newline at end of file diff --git a/new b/new index 09cf946..530e15b 100755 --- a/new +++ b/new @@ -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