update paths
This commit is contained in:
@@ -257,8 +257,8 @@ fn file(
|
||||
}
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
let mut mddir = PathBuf::from("/olive/code/eider/src/md");
|
||||
let mut htmldir = PathBuf::from("/olive/code/eider/src/out");
|
||||
let mut mddir = PathBuf::from("/olive/eider/src/md");
|
||||
let mut htmldir = PathBuf::from("/olive/eider/src/out");
|
||||
let entries: Vec<PathBuf> = std::fs::read_dir(&mddir)
|
||||
.unwrap()
|
||||
.into_iter()
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<meta name='theme-color' content='#ab5aed' data-react-helmet='true'>
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
<link rel='preconnect' href='https://rsms.me'>
|
||||
<link rel='preconnect' href='https://ajlee2006.github.io'>
|
||||
<link rel='stylesheet' href='https://rsms.me/inter/inter.css'>
|
||||
<link rel='stylesheet' href='https://grasswren.net/style.css'>
|
||||
<link rel='stylesheet' href='https://grasswren.net/hljs.css'>
|
||||
|
||||
Reference in New Issue
Block a user