site/README.md

27 lines
436 B
Markdown
Raw Normal View History

2024-11-14 17:35:47 +01:00
# 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.