Personal website of Willem Vanhulle, served at GitHub pages.
To preview, install zola
.
zola serve
Templating in ./templates with Tera.
The standard editor Helix used for this project needs some configuration.
Markdown language server is marksman
. It is automatically used by Helix if it is in the path.
Markdown formatter should be installed: dprint
.
Configure the formatter in ~/.config/helix/languages.toml
:
[[language]]
name = "markdown"
formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] }
auto-format = true