astralfrontier / yggdrasil

A prototype static site generator written in Rust
0 stars 0 forks source link

Read markdown and frontmatter from files #1

Open astralfrontier opened 3 days ago

astralfrontier commented 3 days ago

Find a crate that reads & processes front matter in files.

Write a module (https://stackoverflow.com/a/22597760) to read those files and emit a struct to a stream.

astralfrontier commented 3 days ago

https://crates.io/crates/gray_matter https://www.qovery.com/blog/a-guided-tour-of-streams-in-rust/