✨ Rewrite for Kirby
This commit is contained in:
parent
07201d05de
commit
f854d60108
116 changed files with 4156 additions and 8875 deletions
15
README.md
15
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue