Create a new blog in few simple steps:
```yaml
site_url: https://www.example.org
template: blog.html
syndication: yes
pages: "*"
```
# My new blog
Welcome to my new blog.
A browser will open with a preview of your blog.
Create new_post.md
and type something into it: as soon as you save it,
it will automatically appear in your blog.
Throw in a new_post.jpg
to add an image to your new blog post.
Run ssite build -o built_site
The contents of built_site
are ready to be published by any web server.