feat: Working initialization
This commit is contained in:
parent
71f8f71b36
commit
013c5c211b
|
@ -37,6 +37,8 @@ impl InitArgs {
|
|||
site.config.domain.domain_name = domain_name;
|
||||
}
|
||||
debug!(?site);
|
||||
todo!()
|
||||
site.write(&site_dir)
|
||||
.context("Failed to initialize site directory")?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue