Hacker News new | ask | show | jobs
by egberts1 1522 days ago
Caddy, you say?

This is what I would do.

Keep the Markdown files on your local PC.

- Add/modify Markdown files.

- run a bash script to

- - rsync them all to your VPS

- - run Caddy on VPS

Done.

View on your favorite web browser.

1 comments

This is my exact method. Render Markdown into HTML, rsync up to the Caddy server.
This is what I do too... But I'm debating dropping my VPS and self hosting with TinyCore Linux (non-persistent OS) and H20.
No, I meant edit locally, rsync and do Caddy at the VPS.

Kinda like your very own CI/CO.