Viewing a single comment thread. View all comments

1

noammitski wrote

stack:

  • Ngnix on a Raspberry Pi
  • Deno and Bash to generate static pages

it's funny, i found the same to be true about markdown so now i basically just write HTML and serve that plus some metadata into .ejs templates. for certain use cases markdown is really clutch (i like to collect quotes and words each month) but for most other things it's just not worth the fuss. with vscode i can use the liveserver extension to do live reloading but i kinda wanna keep adding some more functionality to the project.