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 +++