- // Step 2. Prepare the target priority
- match remove_dir_all(&html_destination) {
- _ => {}
- };
- create_dir_all(&html_destination)?;
- match remove_dir_all(&gemini_destination) {
- _ => {}
- };
- create_dir_all(&gemini_destination)?;
-
- // Step 3. Load the layout