- the first thing you need to do is go in to the blog files you can do this by doing
cd blog
- First step you need to create a file this file can be called anything.
next step #
- If you go to the terminal and use the command ls this lists the files that you have.
next step #
- Now you write anything you want in the file.
next step #
Go to the terminal and type.
scp *.md prose.sh
This makes everything that you have done a blog post.
also when you do that it changes the structure, if you want to change something into a heading you wright # if you want a bullet point you can do * if you want to use a code block you can write
```
echo hello
```
echo hello