From ca292d398f00c06dc867296df076f18687e69254 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 13 Jan 2018 18:21:22 +0800 Subject: [PATCH] correct typo --- _posts/2018-01-09-hello-world.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/_posts/2018-01-09-hello-world.md b/_posts/2018-01-09-hello-world.md index 845e0c9..375b03f 100644 --- a/_posts/2018-01-09-hello-world.md +++ b/_posts/2018-01-09-hello-world.md @@ -1,14 +1,13 @@ --- +title: "Hello, World!" permalink: '/hello-world' --- -### Oh, another hello world thingy +Oh, another new blog! What's this about? -Yes, yet another blog. Hopefully this one sticks. +**Full Hacker** is like [Life Hacker](https://lifehacker.com), but for developers. This will be a place to share some "Life Hacks" that developers want to share to other developers, like automation, new tech, freebies, tools, etc. -Test inline code: `hey` +This is not a place to ask coding questions. We got [Stack Overflow](https://stackoverflow.com) for that already. Instead, here, we just share secrets that make our work and life easier as developers. Let's talk about more of this later. ;) + +Contributing is simple, hit us up with an email: [FullHackerBlog@gmail.com](mailto:fullhackerblog@gmail.com) or head over to our [Github](https://github.com/fullhacker). -``` javascript -// here's some code -console.log("here's some code"); -```