My Website https://mmk2410.org
Find a file
Marcel Kapfer 4bcb5d3c93
All checks were successful
Deploy / deploy (push) Successful in 3s
🐛 Fix date formatting in scribble
2025-02-06 21:28:06 +01: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 Add scribbles 2025-01-31 22:04:40 +01:00
media Rewrite for Kirby 2024-03-17 22:34:51 +01:00
site 🐛 Fix date formatting in scribble 2025-02-06 21:28:06 +01: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 ⬆ Upgrade composer dependencies 2025-01-30 18:56:00 +01:00
composer.lock ⬆ Upgrade composer dependencies 2025-02-06 17:41:54 +01: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