how to publish a blog

· azad's blog


cd blog

next step #

next step #

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