all repos — homestead @ 33ce4a14d51c06946af9e8ce430f20495aca1592

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
}