fixed processFrontmatter and added test

This commit is contained in:
Daniel Fichtinger 2025-01-01 23:55:16 -05:00
parent 35c14f09c0
commit af81617db5
No known key found for this signature in database
GPG key ID: D1B0947B25420214
7 changed files with 162 additions and 183 deletions

View file

@ -42,7 +42,8 @@ func main() {
}
settings := builder.GetSettings(*rootPath, "foobar")
err := builder.Traverse(*rootPath, "foobar", settings)
// err := builder.Traverse(*rootPath, "foobar", settings)
err := builder.ProcessTraverse(*rootPath, "foobar", settings)
if err != nil {
fmt.Printf("Error: %s\n", err.Error())
}