watch:
  cargo watch --shell 'cargo run index.md > index.html'

render:
  cargo run index.md > index.html

open:
  open index.html
