From c1d559b63ab793788fd59e442b8b7331d0f738ad Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 11 Mar 2017 15:35:57 +0100 Subject: [PATCH] Make hello-world post public and add deploy.sh to ignore list --- .gitignore | 1 + content/post/hello-world.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2d1d69..ad9dfeb 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ Session.vim tags # End of https://www.gitignore.io/api/vim,hugo +deploy.sh diff --git a/content/post/hello-world.md b/content/post/hello-world.md index f6915e2..6b6d448 100644 --- a/content/post/hello-world.md +++ b/content/post/hello-world.md @@ -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 +++