site/README.md
2024-11-21 03:48:30 +02:00

27 lines
436 B
Markdown

# site
My personal website.
<https://einsof.org>
## Build
Install [zola](https://www.getzola.org).
```sh
zola build
```
For development:
```sh
zola serve --drafts
```
## License
All the content is licensed under [CC0](https://creativecommons.org/public-domain/cc0/) and all the code is under [0BSD](https://opensource.org/license/0bsd) unless noted otherwise.
This means you can use the contents of this repo as you see fit.