Edited Readme
This commit is contained in:
parent
e8aa3945ce
commit
25addb9c41
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
@ -5,15 +5,19 @@
|
||||||
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://dev.cat-enby.club/Nikurasu/socialtree-js/raw/branch/main/LICENSE.txt)
|
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://dev.cat-enby.club/Nikurasu/socialtree-js/raw/branch/main/LICENSE.txt)
|
||||||
[![Speed - Blazing ⚡](https://img.shields.io/badge/Speed_-Blazing_⚡-blue)](https://www.youtube.com/watch?v=oPTwBv9lvhw)
|
[![Speed - Blazing ⚡](https://img.shields.io/badge/Speed_-Blazing_⚡-blue)](https://www.youtube.com/watch?v=oPTwBv9lvhw)
|
||||||
|
|
||||||
|
- [TODO](#todo)
|
||||||
|
- [Setup](#setup)
|
||||||
|
- [Build your own Themes](#build-your-own-theme)
|
||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
- [X] working template
|
- [X] working template
|
||||||
- [ ] overwrites of default styles with css `!important` for round profile-pic etc.
|
- [ ] overwrites of default themes with css `!important` for round profile-pic etc.
|
||||||
- [ ] more styles
|
- [ ] more themes
|
||||||
- [ ] more variations of the styles in version 1.0
|
- [ ] more variations of the themes in version 1.0
|
||||||
- [X] Dockerize
|
- [X] Dockerize
|
||||||
|
|
||||||
### TODO until 1.0:
|
### TODO until 1.0:
|
||||||
- [X] Import my styles from the old socialtree
|
- [X] Import my themes from the old socialtree
|
||||||
- [X] Overwrite for round profile pictures
|
- [X] Overwrite for round profile pictures
|
||||||
- [X] Testing if everything works like expected
|
- [X] Testing if everything works like expected
|
||||||
- [ ] Expand Documentation
|
- [ ] Expand Documentation
|
||||||
|
@ -31,3 +35,6 @@ A up to date docker image is provided at my gitea, but you can also build it you
|
||||||
1. Done with docker-compose. Use the file at `dev/docker/stacks/main/compose.yml` and edit it to your needs.
|
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`.
|
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.
|
The image name can be ajusted in the config file if needed.
|
||||||
|
|
||||||
|
## Build your own theme
|
||||||
|
1. Create a new scss file with the themes name in `/src/public/themes`
|
Loading…
Reference in a new issue