A personal portfolio page with blog, build with Next.js and Typescript. Includes:
- MDX and Markdown support
- Optimized for SEO (sitemap, robots, JSON-LD schema)
- RSS Feed
- Dynamic OG images
- Syntax highlighting
- Tailwind v4
- Vercel Speed Insights / Web Analytics
- Geist font
- Clone the project
git clone https://github.com/bolah2009/bolah2009.github.io.git
- Install Dependencies
yarn installTo run ESLint by itself, you may run the lint task:
yarn lint:checkOr to automatically fix issues found (where possible):
yarn lintYou can also check against Prettier:
yarn format:checkand to have it actually fix (to the best of its ability) any format issues, run:
yarn format- Start server (Development mode)
yarn devContributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!