mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Rename chrome to partials (in builder)
This commit is contained in:
parent
9173022ea7
commit
aeb06c7bcc
1 changed files with 3 additions and 3 deletions
|
@ -142,14 +142,14 @@ func NewTheme(cmd *cobra.Command, args []string) {
|
|||
}
|
||||
|
||||
mkdir(createpath, "layouts", "_default")
|
||||
mkdir(createpath, "layouts", "chrome")
|
||||
mkdir(createpath, "layouts", "partials")
|
||||
|
||||
touchFile(createpath, "layouts", "index.html")
|
||||
touchFile(createpath, "layouts", "_default", "list.html")
|
||||
touchFile(createpath, "layouts", "_default", "single.html")
|
||||
|
||||
touchFile(createpath, "layouts", "chrome", "header.html")
|
||||
touchFile(createpath, "layouts", "chrome", "footer.html")
|
||||
touchFile(createpath, "layouts", "partials", "header.html")
|
||||
touchFile(createpath, "layouts", "partials", "footer.html")
|
||||
|
||||
mkdir(createpath, "archetypes")
|
||||
touchFile(createpath, "archetypes", "default.md")
|
||||
|
|
Loading…
Reference in a new issue