n0x1m / md2gmi

Converts Markdown to Gemini gemtext with Go. Working with streams and UNIX pipes, utilizing Go channels. Processes streams of input line by line and forwards blocks to the next pipeline stage.
ISC License
14 stars 3 forks source link

hugo: Match and parse toml and yaml front matter #4

Open kallisti5 opened 8 months ago

kallisti5 commented 8 months ago
kallisti5 commented 8 months ago

tldr;

---
title = "Cool blog"
---

or

+++
title: "Cool blog"
+++

ref: https://gohugo.io/content-management/front-matter/#front-matter-formats