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 install
To run ESLint by itself, you may run the lint task:
yarn lint:check
Or to automatically fix issues found (where possible):
yarn lint
You can also check against Prettier:
yarn format:check
and to have it actually fix (to the best of its ability) any format issues, run:
yarn format
- Start server (Development mode)
yarn dev
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!