Eakam1007 / rost_gen

A simple static site generator built using Rust
MIT License
0 stars 3 forks source link

Add markdown support for head metadata #44

Open Eakam1007 opened 1 year ago

Eakam1007 commented 1 year ago

This could include:

Markdown could look like this and would only work if placed at the beginning of the markdown file:

---
title: Document title
stylesheet: stylesheet_link1
stylesheet: stylesheet_link2
---

This markdown sets the title, and adds links to two stylesheets.
(Perhaps something better can be used for multiple stylesheets)