all repos — homestead @ a6524cfaf56014289837cdc02150539fbf468348

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
}