Skip to content

Latest commit

 

History

History

caddy_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Caddy Setup Example for blogsync

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.