The code for the website https://dvorakmortonxd.dev
  • HTML 42.3%
  • TypeScript 40.6%
  • CSS 16.7%
  • JavaScript 0.4%
Find a file
2026-06-01 22:15:09 +02:00
public changed the revival inc. pic to a better one and replaced the awkward proxmox window in the projects section with revival inc. since it makes more sense 2026-06-01 22:15:09 +02:00
src changed the revival inc. pic to a better one and replaced the awkward proxmox window in the projects section with revival inc. since it makes more sense 2026-06-01 22:15:09 +02:00
.gitignore fixed the website background (forgot to change png to webp after optimizing) and removed the uneccessary DS_Store file 2026-05-14 12:10:23 +02:00
eslint.config.mjs first commit/push 2026-05-13 13:22:58 +02:00
LICENSE Initial commit 2026-05-13 13:17:17 +02:00
next-env.d.ts first commit/push 2026-05-13 13:22:58 +02:00
next.config.ts first commit/push 2026-05-13 13:22:58 +02:00
package-lock.json Added a clarification to the projects :3 2026-05-25 13:29:22 +02:00
package.json 1.6.7 wasnt in package.json for some reason 2026-05-19 11:07:55 +02:00
postcss.config.mjs first commit/push 2026-05-13 13:22:58 +02:00
README.md fixed the mail address 2026-05-19 10:24:13 +02:00
tsconfig.json first commit/push 2026-05-13 13:22:58 +02:00

👾 dvorakmortonxd.dev

The source code for my own website. This repository contains the Next.js frontend for my personal portfolio and link tree, dvorakmortonxd.dev. It's designed with a custom terminal/TUI aesthetic (using the Monocraft font and a Gruvbox-inspired theme) to list out my socials, hardware collections, self-hosted homelab services, and various scattered coding projects.

🛠️ Tech Stack

  • Framework: Next.js (App Router)
  • Language: TypeScript
  • Styling: Custom CSS for that retro TUI vibe

🚀 Running Locally

Want to spin it up and check the code out yourself?

git clone https://git.dvorakmortonxd.dev/dvorakmortonxd/dvorakmortonxd.dev
cd dvorakmortonxd.dev
npm install
npm run dev

Then open http://localhost:3000 in your browser.

🌍 Deploying?

In order to deploy the website youd want to set up a reverse proxy and something that runs it as a service, me personally, I use cloudflared and pm2. you could also use something like vercel but I prefer selfhosting, also please if you want to deploy it, you gotta change it enough so that you dont directly copy my website, and also follow the GPL3.0-only license, meaning you gotta make your code opensource too

📬 Contact

To see my projects or get in touch, visit the live site or email me at dvorak@dvorakmortonxd.dev.