
site
- Dark mode
- Removed postgres redirections
- Renamed "notes" to "posts" (/n to /post)
- My custom style applied to mdx-components
- Adds keywords to posts
- List posts with certain keywords (/posts/keyword)
Running Locally
This application requires Node.js v18.17+.
git clone https://github.com/leog/site.git
cd site
bun install
bun run delete # Remove all of my posts
bun dev
License
- You are free to use this code as inspiration.
- Please do not copy it directly.
- Crediting the author is appreciated.
Please remove all of my personal information by running
bun run delete.