diff --git a/README.md b/README.md index 2d9d3ba..0fa4c8e 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ *The awesome and damn simple, selfhosted alternative to linktree* --- ## TODO: -- [ ] working template +- [X] working template - [ ] overwrites of default styles with css `!important` for round profile-pic etc. - [ ] more styles - [X] Dockerize +### TODO until 1.0: +- [ ] Import my styles from the old socialtree +- [X] Overwrite for round profile pictures + ## Setup A up to date docker image is provided at my gitea, but you can also build it yourself. @@ -18,4 +22,4 @@ A up to date docker image is provided at my gitea, but you can also build it you ### Deploy 1. Done with docker-compose. Use the file at `dev/docker/stacks/main/compose.yml` and edit it to your needs. 2. Configure the resulting config.yml file under your mounted assets volume `config/config.yml` and replace the profile pic in the img folder `img/profilepic.jpg`. - The image name can be ajusted in the config file if needed. \ No newline at end of file + The image name can be ajusted in the config file if needed.