mirror of
https://github.com/getzola/zola
synced 2024-12-14 06:12:27 +00:00
Create themes folder on init
This commit is contained in:
parent
262ff5ec00
commit
699ffb07ce
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ pub fn create_new_project(name: &str) -> Result<()> {
|
|||
create_dir(path.join("content"))?;
|
||||
create_dir(path.join("templates"))?;
|
||||
create_dir(path.join("static"))?;
|
||||
create_dir(path.join("themes"))?;
|
||||
if compile_sass {
|
||||
create_dir(path.join("sass"))?;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue