diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 15:25:15 -0300 |
commit | 735b245871d94cb6ace8913cd1370b02b5aeb28b (patch) | |
tree | 10d9e97d553a5059513a34a5f2b09ae8e9a0dab0 /content/about.md | |
parent | 31bc6a2f54d86a4978be063f5e614881c625c597 (diff) |
remove old theme, use bearblog theme instead
Diffstat (limited to 'content/about.md')
-rw-r--r-- | content/about.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..6f59209 --- /dev/null +++ b/content/about.md @@ -0,0 +1,19 @@ ++++ +title = "about" +author = ["santi"] +lastmod = 2024-06-01T12:12:47-03:00 +draft = false +menu = "main" ++++ + +i'm leonardo santiago, a software engineer based in brazil. my interests are in compiler design, programming tools (emacs), functional programming, and proof languages. i'm most confortable in nix and rust, but i know a fair share of other languages. + +currently, i work as a software engineer @ [Mixrank](https://mixrank.com), and you can find my curriculum [here](/cv.pdf). + +if you feel like smugly responding to any of my posts (or just want to kindly send me a message), these are my socials: + +- [email](mailto:[email protected]) +- [linkedin](https://www.linkedin.com/in/leonardo-ribeiro-santiago/) +- [github](https://github.com/o-santi) + +this blog was built using emacs' excelent org-mode and [hugo](https://github.com/gohugoio/hugo) (with the [bearblog theme](https://github.com/janraasch/hugo-bearblog)). |