Rewrite for Kirby

This commit is contained in:
Marcel Kapfer 2024-03-17 22:34:51 +01:00
parent 07201d05de
commit f854d60108
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
116 changed files with 4156 additions and 8875 deletions

View file

@ -1,5 +1,16 @@
# mmk2410.org
This is the source code of my website. It uses [Hugo](https://gohugo.io/) with [ox-hugo](https://ox-hugo.scripter.co/).
Kirby implementation of the website running at mmk2410.org
Visit it at [mmk2410.org](https://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](https://esbuild.github.io/).
```bash
npm install
npm run build
```