feat: Create site module
This commit is contained in:
parent
5dd97ee1f7
commit
76744c00d4
|
@ -15,3 +15,5 @@
|
|||
clippy::shadow_unrelated,
|
||||
clippy::must_use_candidate
|
||||
)]
|
||||
|
||||
pub mod site;
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
//! Management of on-disk layout of the source of a site
|
||||
|
||||
/// Representation of the on-disk structure of a site
|
||||
pub struct Site {}
|
Loading…
Reference in New Issue