implemented basic templating and default settings
This commit is contained in:
parent
11f724732d
commit
64e243773a
7 changed files with 143 additions and 70 deletions
1
cmd/zona/config.go
Normal file
1
cmd/zona/config.go
Normal file
|
@ -0,0 +1 @@
|
|||
package main
|
|
@ -6,7 +6,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/ficcdaf/zona/internal/convert"
|
||||
"github.com/ficcdaf/zona/internal/build"
|
||||
)
|
||||
|
||||
// // validateFile checks whether a given path
|
||||
|
@ -41,7 +41,7 @@ func main() {
|
|||
}
|
||||
|
||||
}
|
||||
err := convert.Traverse(*rootPath, "foobar")
|
||||
err := build.Traverse(*rootPath, "foobar")
|
||||
if err != nil {
|
||||
fmt.Printf("Error: %s\n", err.Error())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue