renamed config file

This commit is contained in:
Daniel Fichtinger 2025-04-05 16:29:49 -04:00
parent fdec4b6f25
commit 4b62ed116e
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ import (
)
var defaultNames = map[string]string{
"config": "config.yml",
"config": ".zona.yml",
"header": "header.md",
"footer": "footer.md",
"style": "style.css",
@ -22,7 +22,7 @@ var defaultNames = map[string]string{
}
//go:embed embed/article.html
//go:embed embed/config.yml
//go:embed embed/.zona.yml
//go:embed embed/default.html
//go:embed embed/favicon.png
//go:embed embed/footer.md