dollgen 0.4.0

an unopinionated and extensible Static Site Generator, natively supporting liquid, markdoll, scss, and compiling rust to wasm
Documentation
1
2
3
4
5
6
7
body {
	background-color: #111111;

	h1 {
		color: red;
	}
}