| | |
| | | - [Abhijeet's Math Wiki](https://abhmul.github.io/quartz/Math-Wiki/) |
| | | - [Mike's AI Garden 🤖🪴](https://mwalton.me/) |
| | | |
| | | If you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/v4-alpha/content/showcase.md)! |
| | | If you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/v4-alpha/content/showcase.md)! |
| | |
| | | return (_, file) => { |
| | | const { data } = matter(file.value, opts) |
| | | |
| | | if (typeof data.tags === 'string') { |
| | | data.tags = data.tags.split(" ") |
| | | } |
| | | |
| | | // fill in frontmatter |
| | | file.data.frontmatter = { |
| | | title: file.stem ?? "Untitled", |