adding pronouns and fixing readme, also removing more css that is not needed

This commit is contained in:
JesseBot 2022-10-06 15:58:12 +02:00
parent a078b4939f
commit 15607c3c49
5 changed files with 56 additions and 58 deletions

View file

@ -29,8 +29,7 @@ Under the Hood
2. Install missing libraries if any: `pip3.10 install -r requirements.txt`
3. You can configure everything (e.g. website title, your photo, quote, etc)
by renaming `config/config.yaml.sample` to `config.yaml` and replacing all
the sample data with your own real data.
by editing `config.yaml` and replacing all the Jesse data with your own.
5. All changes to HTML, CSS, and Python, or your core YAML will require a
restart of gunicorn or a rebuild of the docker container.