renamed config file
This commit is contained in:
parent
fdec4b6f25
commit
4b62ed116e
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var defaultNames = map[string]string{
|
var defaultNames = map[string]string{
|
||||||
"config": "config.yml",
|
"config": ".zona.yml",
|
||||||
"header": "header.md",
|
"header": "header.md",
|
||||||
"footer": "footer.md",
|
"footer": "footer.md",
|
||||||
"style": "style.css",
|
"style": "style.css",
|
||||||
|
@ -22,7 +22,7 @@ var defaultNames = map[string]string{
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:embed embed/article.html
|
//go:embed embed/article.html
|
||||||
//go:embed embed/config.yml
|
//go:embed embed/.zona.yml
|
||||||
//go:embed embed/default.html
|
//go:embed embed/default.html
|
||||||
//go:embed embed/favicon.png
|
//go:embed embed/favicon.png
|
||||||
//go:embed embed/footer.md
|
//go:embed embed/footer.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue