Add basic configuration module, make it work for title and theme.

This commit is contained in:
Roger Braun 2017-02-14 22:21:23 +01:00
parent 340b21475d
commit 1d64b76211
6 changed files with 47 additions and 10 deletions

4
static/config.json Normal file
View file

@ -0,0 +1,4 @@
{
"name": "Pleroma FE",
"theme": "base16-ashes.css"
}