This repository contains the source code for yoketh.dev, my personal portfolio and blog platform. It serves as a central hub to showcase my projects, technical writings, and professional journey.
- Production → yoketh.dev
- Development → dev-web.yoketh.dev
- Production → blog.yoketh.dev
- Development → dev-blog.yoketh.dev
- Personal portfolio to highlight projects and skills
- Blog for sharing technical knowledge and experiences
- Responsive design for seamless browsing on any device
- Deployment pipelines for production and development environments
- Frontend: Next.js / React
- Styling: Tailwind CSS
- Hosting: Cloudflare + Deploys.app
- Content: Markdown-driven blog posts
Clone the repository and install dependencies:
git clone https://github.com/yokeTH/yoketh-dev.git
cd yoketh-dev
npm install
npm run dev
The site will be available locally at http://localhost:3000.
This project is licensed under the BSD-3 License — feel free to explore, learn, and adapt.