Began implementing YAML metadata

This commit is contained in:
Daniel Fichtinger 2024-11-24 19:38:05 -05:00
parent 7915a4bb09
commit 68d2ddb692
6 changed files with 108 additions and 16 deletions

View file

@ -60,7 +60,6 @@ func processFile(inPath string, entry fs.DirEntry, err error, outRoot string) er
if !entry.IsDir() {
ext := filepath.Ext(inPath)
outPath := replaceRoot(inPath, outRoot)
// fmt.Println("NewRoot: ", outPath)
switch ext {
case ".md":
fmt.Println("Processing markdown...")