diff options
author | Leonardo Santiago <[email protected]> | 2024-05-29 08:44:12 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-05-29 08:44:12 -0300 |
commit | 31bc6a2f54d86a4978be063f5e614881c625c597 (patch) | |
tree | 5e79ef2c765b395d4e4a74ff45a7af09eee0d38c /content/about |
new blog using hugo again
Diffstat (limited to 'content/about')
-rw-r--r-- | content/about/index.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..831e9ec --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,15 @@ ++++ +title = "about" +author = ["santi"] +lastmod = 2024-05-01T11:53:23-03:00 +draft = false ++++ + +i'm leonardo santiago, a software engineer based in brazil. my interests are in compiler design, programming tools (emacs) and functional programming, usually dabbliing in related topics too. i'm most confortable in nix and rust, but i know a fair share of other languages. + +currently, software engineer @ [Mixrank](https://mixrank.com). + +this blog was built using [hugo](https://github.com/gohugoio/hugo), and it's source code is openly available here: +{{< github repo="o-santi/nixos" >}} + +you can find me at: [{{< icon "email" >}}](mailto:[email protected]) [{{< icon "linkedin" >}}](https://www.linkedin.com/in/leonardo-ribeiro-santiago/) [{{< icon "github" >}}](https://github.com/o-santi) [{{< icon "telegram" >}}](https://t.me/osanti4) [{{< icon "twitter" >}}](https://twitter.com/o_santi_) |