Most of the magic is happening in Caddyfile and index.html.
Running blogsync with example config should create markdown files in homepage/markdown.
Running Caddy (caddy run
) should serve rendered articles.
To compile stylesheets, install Tailwind CSS and dependencies (yarn
) and run yarn run build:css
.