all repos — homestead @ 49272c47d92d7da2c2f034a4faeaa144fcf6632b

Code for my website

modd.conf (view raw)

1
2
3
4
5
6
7
config.toml content/** static/** cmd/build/* internal/** {
    prep: go run ./cmd/build --base-url http://localhost:3000 --dev
}

config.toml website/** cmd/server/* "internal/{config,log,server,website}/**" {
    daemon: go run ./cmd/server
}