gabrielgio.me @ be4651b123eafb809bb972a125ffe125a28a2a8c

 1---
 2layout: post
 3title:  "Welcome to Jekyll!"
 4date:   2019-02-27 10:50:11 -0300
 5categories: jekyll update
 6---
 7You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
 8
 9To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
10
11Jekyll also offers powerful support for code snippets:
12
13{% highlight ruby %}
14def print_hi(name)
15  puts "Hi, #{name}"
16end
17print_hi('Tom')
18#=> prints 'Hi, Tom' to STDOUT.
19{% endhighlight %}
20
21Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
22
23[jekyll-docs]: https://jekyllrb.com/docs/home
24[jekyll-gh]:   https://github.com/jekyll/jekyll
25[jekyll-talk]: https://talk.jekyllrb.com/