all repos — kushiyaki @ d6e6e5efc636639db9cff165185e4c03b1c19dd1

🍢 A tiny static site generator for grilling markdown files to perfection

Caddyfile (view raw)

 1
 2
 3
 4
 5
:8888 {
	root * ./out
	try_files {path}.html
	file_server
}