My Website https://mmk2410.org
Find a file
Marcel Kapfer 8136b14c95
All checks were successful
Deploy / deploy (push) Successful in 3s
🐛 Fix article reading time calculation
2025-06-03 19:33:49 +02:00
.devcontainer 🔨 Update devcontainer setup 2024-09-13 19:14:22 +02:00
.forgejo/workflows 👷 (CD) Fix path to deploy script 2024-03-20 20:11:18 +01:00
assets Switch code highlighting extension 2025-06-03 18:30:28 +02:00
media Rewrite for Kirby 2024-03-17 22:34:51 +01:00
site 🐛 Fix article reading time calculation 2025-06-03 19:33:49 +02:00
.editorconfig Rewrite for Kirby 2024-03-17 22:34:51 +01:00
.gitignore Add scribbles POST API 2025-02-06 17:40:34 +01:00
.htaccess Rewrite for Kirby 2024-03-17 22:34:51 +01:00
composer.json Switch code highlighting extension 2025-06-03 18:30:28 +02:00
composer.lock Switch code highlighting extension 2025-06-03 18:30:28 +02:00
deploy.sh 🔧 Don't install composer dev dependencies on prod 2024-09-13 19:16:19 +02:00
index.php Rewrite for Kirby 2024-03-17 22:34:51 +01:00
package-lock.json Rewrite for Kirby 2024-03-17 22:34:51 +01:00
package.json 🐛 Add support for older browsers 2024-07-11 20:49:52 +02:00
README.md Rewrite for Kirby 2024-03-17 22:34:51 +01:00

mmk2410.org

Kirby implementation of the website running at mmk2410.org

The site uses nextDESGIN 9 as a theme.

The content is not part of this Git repository, at least not at the beginnng.

Asset Building

Running the site requires buidling and compiling assets. This is done using esbuild.

npm install
npm run build