mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
Fix building without serve feature
This commit is contained in:
parent
bcf673fd7b
commit
41268039de
3 changed files with 3 additions and 1 deletions
|
@ -5,11 +5,11 @@ use std::{path::PathBuf, str::FromStr};
|
|||
use anyhow::Context;
|
||||
use gray_matter::{engine::YAML, Matter};
|
||||
use handlebars::Handlebars;
|
||||
use http::Uri;
|
||||
use lol_html::{element, html_content::ContentType, HtmlRewriter, Settings};
|
||||
use pulldown_cmark::{Options, Parser};
|
||||
use serde::Serialize;
|
||||
use walkdir::WalkDir;
|
||||
use warp::hyper::Uri;
|
||||
|
||||
use crate::{util, PageMetadata, Site, SASS_PATH, STATIC_PATH};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue