No description
  • TypeScript 83.2%
  • CSS 13.9%
  • Dockerfile 2.7%
  • JavaScript 0.2%
Find a file
Jaro Heinonen 746d7e8ff5
All checks were successful
CI pipeline / lint-and-build (push) Successful in 18s
CI pipeline / build-and-publish (push) Successful in 55s
feat: add blog and update content (#2)
- Switching to buildah from buildx
- Adding blogs - first blog post (for fun I guess)
- Misc content updates

Reviewed-on: #2
2026-07-01 16:46:00 +00:00
.forgejo/workflows feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
.zed feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
public feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
src feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
.gitattributes refactor!: move from NextJS to react/vite 2025-02-09 18:29:02 +02:00
.gitignore chore: add 'dist/' to .gitignore 2026-01-15 17:14:43 +02:00
.oxfmtrc.json feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
.oxlintrc.json feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
components.json feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00
Dockerfile feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
next.config.ts feat: content updates & migration to forgejo (#1) 2026-05-24 12:15:29 +03:00
package.json feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
pnpm-lock.yaml feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
pnpm-workspace.yaml feat: add blog and update content (#2) 2026-07-01 16:46:00 +00:00
postcss.config.mjs feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00
README.md feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00
tsconfig.json feat!: move to Next.js 16 2025-11-29 01:49:13 +02:00

My personal portfolio website

The website is running in vercel at https://j0h.dev

Getting Started

First, run the development server:

pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.