first commit
This commit is contained in:
commit
8298c15349
93 changed files with 2886 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue