Skip to content

Commit

Permalink
improved installation instructions custom static files
Browse files Browse the repository at this point in the history
  • Loading branch information
EsGeh authored and EsGeh committed Nov 29, 2019
1 parent 8390498 commit d136766
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ That's all.

- You might want to add your organisations logo, favicon etc:

Copy them into `res/static/custom_static/`. Files in this directory overwrite default files with the same name.
Copy them into `res/static/custom_static/`. Files in this directory overwrite default files with the same name:

$ cp <my_icon> res/static/custom_static/
$ ./scripts/init.py --skip-db

TODO: list images that one typically wants to overwrite

Expand All @@ -108,7 +111,7 @@ The templates expect some pages to exist in the CMS:
- Contact (id: 'contact')
- Imprint (id: 'imprint')

Deleting might break things.
Deleting those might break things.

## Run the Webserver

Expand Down

0 comments on commit d136766

Please sign in to comment.