Make hello-world post public and add deploy.sh to ignore list

This commit is contained in:
Valentin Brandl 2017-03-11 15:35:57 +01:00
parent fb9aac260d
commit c1d559b63a
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ Session.vim
tags
# End of https://www.gitignore.io/api/vim,hugo
deploy.sh

View File

@ -5,7 +5,7 @@ title = "Hello World"
description = "First post explaining the how and why of this website"
tags = ["hugo","nginx","tls","vim"]
categories = ["blogging"]
draft = true
draft = false
+++