Neuen Beitrag in der Kommandozeile anlegen
https://github.com/jekyll/jekyll-compose Post
```
$ bundle exec jekyll post "My New Post"
```
Erst mal nur Draft
```
$ bundle exec jekyll draft "My new draft"
```
Website Build zu S3 schieben
```
s3_website push
```
Formatierungshinweise
Wie bekommt man die Links auf das Testsystem aus der Webseite heraus?
https://github.com/mmistakes/hpstr-jekyll-theme/issues/167
```
JEKYLL_ENV=production bundle exec jekyll serve
```