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 /blog.org |
new blog using hugo again
Diffstat (limited to 'blog.org')
-rw-r--r-- | blog.org | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/blog.org b/blog.org new file mode 100644 index 0000000..3d55df4 --- /dev/null +++ b/blog.org @@ -0,0 +1,46 @@ +#+title: lowest case +#+author: santi +#+hugo_base_dir: . +#+hugo_auto_set_lastmod: t + +* lowest case +:PROPERTIES: +:EXPORT_HUGO_SECTION: / +:EXPORT_FILE_NAME: index +:END: + +a lower case only blog, purely for aesthetics. + +here I talk about discrete mathematics (mostly computer science), including compilers, language theory, type theory, computability theory, software correctness, formal verification, and any other (entirely theoretical almost non-applicable) nerd topic you can think of. + + +* about +:PROPERTIES: +:EXPORT_HUGO_SECTION: /about +:EXPORT_FILE_NAME: index +:END: + +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 @ [[https://mixrank.com][Mixrank]]. + +this blog was built using [[https://github.com/gohugoio/hugo][hugo]], and it's source code is openly available here: +@@hugo:{{< github repo="o-santi/nixos" >}}@@ + +you can find me at: @@hugo:[{{< icon "email" >}}](mailto:[email protected])@@ @@hugo:[{{< icon "linkedin" >}}](https://www.linkedin.com/in/leonardo-ribeiro-santiago/)@@ @@hugo:[{{< icon "github" >}}](https://github.com/o-santi)@@ @@hugo:[{{< icon "telegram" >}}](https://t.me/osanti4)@@ @@hugo:[{{< icon "twitter" >}}](https://twitter.com/o_santi_)@@ + +* blog +:PROPERTIES: +:EXPORT_HUGO_SECTION: /posts +:END: +** rust is not about memory safety :coq:rust: +:PROPERTIES: +:EXPORT_FILE_NAME: correctness-is-all-you-need +:END: + + + +* COMMENT Local Variables :ARCHIVE: +# Local Variables: +# eval: (org-hugo-auto-export-mode) +# End: |