Loading stylesheets from the default environment.

This commit is contained in:
Tom Alexander
2023-12-17 12:43:47 -05:00
parent 9e3d72972c
commit 20c55f0708
5 changed files with 48 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ impl SiteRenderer {
blog_posts,
}
}
pub(crate) async fn render_blog_posts(&self, config: &Config) -> Result<(), CustomError> {
let mut renderer_integration = DusterRenderer::new();
@@ -82,6 +83,10 @@ impl SiteRenderer {
Ok(())
}
pub(crate) async fn copy_stylesheets(&self, config: &Config) -> Result<(), CustomError> {
todo!()
}
}
fn build_name_contents_pairs<'a>(