My Website https://mmk2410.org
Go to file
Marcel Kapfer 11ffc370c2
Deploy / deploy (push) Successful in 5s Details
💚 Fix wrong path to deploy script
2024-03-17 23:01:44 +01:00
.devcontainer Rewrite for Kirby 2024-03-17 22:34:51 +01:00
.forgejo/workflows 💚 Fix wrong path to deploy script 2024-03-17 23:01:44 +01:00
assets Rewrite for Kirby 2024-03-17 22:34:51 +01:00
media Rewrite for Kirby 2024-03-17 22:34:51 +01:00
site Rewrite for Kirby 2024-03-17 22:34:51 +01:00
.editorconfig Rewrite for Kirby 2024-03-17 22:34:51 +01:00
.gitignore Rewrite for Kirby 2024-03-17 22:34:51 +01:00
.htaccess Rewrite for Kirby 2024-03-17 22:34:51 +01:00
README.md Rewrite for Kirby 2024-03-17 22:34:51 +01:00
composer.json Rewrite for Kirby 2024-03-17 22:34:51 +01:00
composer.lock Rewrite for Kirby 2024-03-17 22:34:51 +01:00
deploy.sh 👷 Add continuous deliverly using Forgejo 2024-03-17 22:59:12 +01: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 Rewrite for Kirby 2024-03-17 22:34:51 +01:00

README.md

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