Make hello-world post public and add deploy.sh to ignore list
This commit is contained in:
parent
fb9aac260d
commit
c1d559b63a
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ Session.vim
|
|||||||
tags
|
tags
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/vim,hugo
|
# End of https://www.gitignore.io/api/vim,hugo
|
||||||
|
deploy.sh
|
||||||
|
@ -5,7 +5,7 @@ title = "Hello World"
|
|||||||
description = "First post explaining the how and why of this website"
|
description = "First post explaining the how and why of this website"
|
||||||
tags = ["hugo","nginx","tls","vim"]
|
tags = ["hugo","nginx","tls","vim"]
|
||||||
categories = ["blogging"]
|
categories = ["blogging"]
|
||||||
draft = true
|
draft = false
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user