refactor(content): remove gray_matter, manual frontmatter
Implement extract_frontmatter (--- delimiters) and parse_frontmatter (simple YAML key:value pairs). Handles taxonomies.tags for blog posts. ~70 lines replaces external dependency.
This commit is contained in:
@@ -6,7 +6,6 @@ name = "sukr"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
gray_matter = "0.2"
|
||||
pulldown-cmark = "0.12"
|
||||
|
||||
# Syntax highlighting
|
||||
|
||||
Reference in New Issue
Block a user