# Generating your blog Ok, let's start your blog ! Create a directory for it and go inside it. ```bash mkdir "Turtles paradize" cd "Turtles paradize" ``` Apparently it's a blog about turtles. It's empty right now, let's create a directory for your articles. ```bash mkdir articles ``` You [could call it something else](https://git.marvid.fr/Tissevert/hablo/wiki/Command-line#article-path) but that's the name `hablo` expects it to be. Well let's write an article then ! ```bash cat > articles/Olive\ ridley\ sea\ turtle.md <