Browse Source

[v1] Completed things for version one of the page

master
Miguel Castiblanco 5 years ago
parent
commit
b001f7b349
  1. 2
      .gitignore
  2. 25
      config.toml
  3. 16
      content/about.md

2
.gitignore

@ -0,0 +1,2 @@
.DS_Store
public/

25
config.toml

@ -30,25 +30,30 @@ pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences wi
# Social links
[[params.social]]
name = "Git"
name = "Learning Concurrency in Kotlin"
weight = 1
url = "https://www.packtpub.com/application-development/learning-concurrency-kotlin"
[[params.social]]
name = "Git"
weight = 2
url = "http://git.starcarr.co/explore/organizations"
[[params.social]]
name = "LinkedIn"
weight = 4
url = "https://www.linkedin.com/in/macastiblancot"
name = "Medium"
weight = 3
url = "https://medium.com/@macastiblancot"
[[params.social]]
name = "Photographs"
weight = 3
weight = 4
url = "https://500px.com/macastiblancot"
[[params.social]]
name = "email"
name = "LinkedIn"
weight = 5
url = "mailto:miguel@starcarr.co"
url = "https://www.linkedin.com/in/macastiblancot"
[[params.social]]
name = "LKiK"
weight = 2
url = "https://www.packtpub.com/application-development/learning-concurrency-kotlin"
name = "email"
weight = 6
url = "mailto:miguel@starcarr.co"
# Menu links
#[[menu.main]]

16
content/about.md

@ -1,6 +1,18 @@
---
title: "About"
title: "About Me"
date: 2018-06-22T02:18:01-07:00
draft: true
draft: false
---
Here's some information about me.
- I am a Tech Leader and full-stack Developer at Globant
- Here, I have had the opportunity to work in amazing, innovative Apps like Shop Disney Parks, My Disney Experience, and many other Disney Apps
- I am currently working on one of the core components on Disney's backend
- In my free time, I like to write about technology in [Medium](https://medium.com/@macastiblancot)
- I am writing my first book, [Learning Concurrency in Kotlin](https://www.packtpub.com/application-development/learning-concurrency-kotlin), which is to be released later this year
- I am also working as a Technical Reviewer for the upcoming book *Kotlin for Android App Development* by Peter Sommerhoff. And as luck has it, Peter is the Technical Reviewer for my book as well
- Whenever I travel, I love to take pictures. You can see the [good ones here](https://500px.com/macastiblancot)
- I also like to be involved in Open Source projects. Recently I have been working as part of the team porting RetroArch to the Nintento Switch. You can find [our repo here](https://git.m4xw.net/Switch/RetroArch)
- I am always eager to meet new people. Feel free to [send me an email](mailto:miguel@starcarr.co) about anything – except SPAM of course
Loading…
Cancel
Save