website/README.md
2024-06-20 04:55:27 +02:00

18 lines
932 B
Markdown

# my website's sources
it's intended to be used by zola to generate a static website
## wanna replicate?
- git clone this repo
- delete the content of the `content` folder if you don't want to use it
- git clone [anemone](https://github.com/Speyll/anemone) in the `themes` folder
- edit the `config.toml` to your needs
- tweak the files in the `templates` folder if needed
- `zola serve` / `zola build`
## licenses
the files under the `templates` folder (except the `robots.txt`) are licensed under MIT license, as they are derivated from the [anemone](https://github.com/Speyll/anemone) ones
the files under the `content` folder are licensed under [Attribution-NonCommercial-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-nc-sa/4.0/), except when explicitly stated otherwise in the file
any other file is licensed under ["i'm so tired" software license 1.0](https://olmewe.com/notes/istsl/)