20 lines
303 B
TOML
20 lines
303 B
TOML
[custom.all.SSG]
|
|
type = "local"
|
|
path = "."
|
|
ipkg = "SSG.ipkg"
|
|
test = "test/test.ipkg"
|
|
|
|
[custom.all.Djot]
|
|
type = "local"
|
|
path = "."
|
|
ipkg = "Djot.ipkg"
|
|
|
|
[custom.all.SSG-test]
|
|
type = "local"
|
|
path = "test"
|
|
ipkg = "test.ipkg"
|
|
|
|
[custom.all.ssg-examples]
|
|
type = "local"
|
|
path = "examples"
|
|
ipkg = "examples.ipkg"
|