hello-world.md
file gets to be the draft not-published Hello World post that only you can see./public
and it's published./public/tech
and it's on the Tech category.Like this:
$ git clone git@github.com:your-github-username/your-gitblog.git
$ echo '# My first Gitblog post' > public/hello-world.md
$ git add public/hello-world.md
$ git commit -m 'my first post'
$ git push