Jonas Thelemann's website. https://jonas-thelemann.de
  • Vue 66.6%
  • TypeScript 16.9%
  • Dockerfile 9.2%
  • JavaScript 4%
  • Shell 3.1%
  • Other 0.2%
Find a file
2026-05-23 06:04:47 +00:00
.github chore(deps): update dargmuesli/github-actions action to v5.2.4 2026-05-20 05:12:42 +00:00
.vscode chore(git): drop hooks 2026-05-09 20:08:15 +02:00
src chore(deps): update dependency @dargmuesli/nuxt-cookie-control to v9.1.25 2026-05-23 06:04:47 +00:00
tests chore(deps): update all non-major dependencies 2026-05-21 22:11:16 +00: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 refactor(configuration): add file ending 2025-01-12 11:12:59 +01: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.15.5 [skip ci] 2026-05-21 13:34:05 +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 chore(deps): update all non-major dependencies 2026-05-21 22:11:16 +00:00
LICENSE chore: add license 2022-06-15 00:26:15 +02:00
package.json chore(git): drop hooks 2026-05-09 20:08:15 +02:00
pnpm-lock.yaml chore(deps): update dependency @dargmuesli/nuxt-cookie-control to v9.1.25 2026-05-23 06:04:47 +00: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.