diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-16 22:27:10 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-16 22:27:10 +0100 |
| commit | 0be2051588a8da939c329af0704a75ea09fae410 (patch) | |
| tree | 28424d21ff86ccb31f05552ba076b5c96b345e10 /static | |
| parent | 34bc38f0bf76a9add53652f5a7442be4f7fe9851 (diff) | |
| parent | ce5b3d4c924d6e94b6fbde3c50fdb209e4ec1fab (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Diffstat (limited to 'static')
| -rw-r--r-- | static/bg.jpg | bin | 0 -> 229574 bytes | |||
| -rw-r--r-- | static/bgalt.jpg | bin | 0 -> 330583 bytes | |||
| -rw-r--r-- | static/config.json | 4 | ||||
| -rw-r--r-- | static/logo.png | bin | 0 -> 2411 bytes |
4 files changed, 3 insertions, 1 deletions
diff --git a/static/bg.jpg b/static/bg.jpg Binary files differnew file mode 100644 index 00000000..60e2311a --- /dev/null +++ b/static/bg.jpg diff --git a/static/bgalt.jpg b/static/bgalt.jpg Binary files differnew file mode 100644 index 00000000..fdb666ff --- /dev/null +++ b/static/bgalt.jpg diff --git a/static/config.json b/static/config.json index 058c9875..fb8d4015 100644 --- a/static/config.json +++ b/static/config.json @@ -1,4 +1,6 @@ { "name": "Pleroma FE", - "theme": "base16-ashes.css" + "theme": "base16-ashes.css", + "background": "/static/bg.jpg", + "logo": "/static/logo.png" } diff --git a/static/logo.png b/static/logo.png Binary files differnew file mode 100644 index 00000000..f83d923b --- /dev/null +++ b/static/logo.png |
