Hey, I'm Marc and you have landed on my personal blog

I'm a full-stack developer and open-source maintainer based in Switzerland. Here, I mainly write about Automad and other software development topics. You can find my personal projects here and on GitHub.

As the developer of Automad, I wanted to make working with Automad themes in Neovim as smooth as possible. Automad has its own templating syntax, so I created tree-sitter-automad to provide proper syntax highlighting. Since it’s not yet an official parser, you need to manually register it in Neovim. To speed up template writing, you can also add custom snippets using LuaSnip. Here's how to set everything up.