Jonas Thelemann's website. https://jonas-thelemann.de
  • Vue 66.9%
  • TypeScript 16.8%
  • Dockerfile 9.1%
  • JavaScript 3.9%
  • Shell 3.1%
  • Other 0.2%
Find a file
2026-06-10 04:47:00 +00:00
.github chore(deps): update all non-major dependencies to v5.4.1 2026-06-10 04:47:00 +00:00
.vscode chore(git): drop hooks 2026-05-09 20:08:15 +02:00
src chore(deps): update all non-major dependencies to v17.13.0 2026-06-09 15:52:59 +00:00
tests chore(deps): remove vio from testing 2026-06-10 03:23:14 +02:00
.commitlintrc.js refactor(commitlint): migrate to v19 2024-02-29 01:35:48 +01:00
.dockerignore test(package): use start scripts with ports 2025-01-14 09:59:33 +01:00
.editorconfig feat: switch to portfolio page 2021-08-29 13:27:36 +02:00
.gitignore test(e2e): switch to playwright 2023-06-22 05:12:55 +02:00
.imgbotconfig chore(tests): update paths 2024-06-18 08:23:30 +02:00
.nvmrc chore(deps): update node.js to v24 2025-11-03 06:50:01 +00:00
.releaserc.json fix(deps): update dargmuesli/github-actions to v5.4.0 2026-05-28 02:48:37 +02:00
.renovaterc.json chore(deps): unpin nuxt-og-image from v5.1.12 2026-03-05 02:07:22 +01:00
CHANGELOG.md chore(release): 6.16.0 [skip ci] 2026-06-04 23:23:35 +00:00
CODEOWNERS chore(git): add code owner 2026-02-19 01:18:07 +01:00
docker-entrypoint.sh refactor(docker): format entrypoint 2025-11-25 04:02:06 +01:00
Dockerfile fix(docker): correct entrypoint inclusion 2026-05-28 07:10:43 +02:00
LICENSE chore: add license 2022-06-15 00:26:15 +02:00
package.json chore(deps): update pnpm to v11.5.2 2026-06-10 03:22:25 +02:00
pnpm-lock.yaml chore(deps): remove vio from testing 2026-06-10 03:23:14 +02:00
pnpm-workspace.yaml Merge pull request #595 from dargmuesli/renovate/pnpm-11.x 2026-05-08 16:12:31 +02:00
README.md docs(readme): update image link 2026-03-31 17:54:20 +02:00

CI website uptime monitoring

jonas-thelemann

The source code of jonas-thelemann.de.

Welcome

Table of Contents

  1. Development
  2. Deployment

Development

This project builds upon the Nuxt.js framework. Install Node.js and mkcert. Then run pnpm i to install the project's dependencies. After that, use pnpm dev for development or pnpm build to generate the static page.

Alternatively, build the provided Dockerfile using docker build -t dargmuesli/jonas-thelemann . and run the resulting image using docker run dargmuesli/jonas-thelemann.

Deployment

This project is deployed within the jonas-thelemann_stack in accordance to the dargstack template to make deployment a breeze.