Absolutely minimal static site generator in Go
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.mills.io/prologic/zs |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/russross/blackfriday/v2 v2.1.0 |
|
gopkg.in/yaml.v2 v2.4.0 |
|
)
|
|
|