Skip to content

Repository files navigation

Public Notes

My personal public notes site built with FumaDocs and Next.js.

Stack

Development

pnpm install
pnpm dev

Open http://localhost:3000.

Adding a Note

Create a new .mdx file in content/docs/:

content/docs/my-new-note.mdx

Add frontmatter at the top:

---
title: My New Note
description: A short description.
---

Content goes here.

Then add the filename (without extension) to content/docs/meta.json to control its position in the sidebar.

Deployment

Deployed on Vercel. Push to main to deploy.

Source

Dotfiles referenced in the Mac setup note: github.com/liambeeton/dotfiles

About

These are my public notes. It's where I publish practical write-ups, working notes, and personal interests that I keep returning to over time.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages