Create themes folder on init
This commit is contained in:
parent
262ff5ec00
commit
699ffb07ce
|
@ -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