Xavier-IV / homelab.day

Setup your homelab with the comfort of your home, within a day.
15 stars 4 forks source link

Introducing markdown frontmatter #2

Open Xavier-IV opened 2 weeks ago

Xavier-IV commented 2 weeks ago

Right now, all of my docs are hard to organize since I'm hardcoding in page.tsx.

Proper documentation should use frontmatter. NextJS doesn't support this by default (sigh), but I've done this in AstroJS before.

Feel free to implement this, it will greatly help me boost my speed in writing the document.