aboutsummaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorGabriel Giovanini <gabrielg.desouza@gmail.com>2019-03-06 19:12:31 -0300
committerGabriel Giovanini <gabrielg.desouza@gmail.com>2019-03-06 19:12:31 -0300
commit43fcd5d0b29d8ba979f2864ea996aed330df6a5b (patch)
treede110deecf35e11fa2ba5cd8fabe9d9642621c10 /_posts
parentd09182abf0ba623aa0628eeb582dac76d7b2eb6b (diff)
downloadgabrielgio.me-43fcd5d0b29d8ba979f2864ea996aed330df6a5b.tar.gz
gabrielgio.me-43fcd5d0b29d8ba979f2864ea996aed330df6a5b.tar.bz2
gabrielgio.me-43fcd5d0b29d8ba979f2864ea996aed330df6a5b.zip
Update first post
Diffstat (limited to '_posts')
-rw-r--r--_posts/2019-02-27-welcome-to-jekyll.markdown25
-rw-r--r--_posts/2019-03-03-welcome-to-my-blog.markdown10
2 files changed, 10 insertions, 25 deletions
diff --git a/_posts/2019-02-27-welcome-to-jekyll.markdown b/_posts/2019-02-27-welcome-to-jekyll.markdown
deleted file mode 100644
index eff8d16..0000000
--- a/_posts/2019-02-27-welcome-to-jekyll.markdown
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: post
-title: "Welcome to Jekyll!"
-date: 2019-02-27 10:50:11 -0300
-categories: jekyll update
----
-You’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.
-
-To 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.
-
-Jekyll also offers powerful support for code snippets:
-
-{% highlight ruby %}
-def print_hi(name)
- puts "Hi, #{name}"
-end
-print_hi('Tom')
-#=> prints 'Hi, Tom' to STDOUT.
-{% endhighlight %}
-
-Check 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].
-
-[jekyll-docs]: https://jekyllrb.com/docs/home
-[jekyll-gh]: https://github.com/jekyll/jekyll
-[jekyll-talk]: https://talk.jekyllrb.com/
diff --git a/_posts/2019-03-03-welcome-to-my-blog.markdown b/_posts/2019-03-03-welcome-to-my-blog.markdown
new file mode 100644
index 0000000..b40f49f
--- /dev/null
+++ b/_posts/2019-03-03-welcome-to-my-blog.markdown
@@ -0,0 +1,10 @@
+---
+layout: post
+title: "Welcome to my blog"
+date: 2019-03-03 10:50:11 -0300
+categories: jekyll update
+---
+On this blog, I'll be posting some personal projects that I'm working or some stuff that I find interesting to talk about, I hope be able to keep it interesting and produce something of value.
+
+> Disclaimer: english it's not my native language so if you find something that you don't understand I'd love you to open an [issue](https://github.com/gabrielgio/gabrielgio.github.io/issues), or even have something to add, open a [PR](https://github.com/gabrielgio/gabrielgio.github.io/pulls)
+