diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-14 22:21:23 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-14 22:21:23 +0100 |
| commit | 1d64b7621176e25fedd98553c282c56242d38571 (patch) | |
| tree | 0e10bdb8b50a8b0c8aaa2a708217e77b4305205a /static/config.json | |
| parent | 340b21475d94542e1ddb7c34f192749c229b58eb (diff) | |
Add basic configuration module, make it work for title and theme.
Diffstat (limited to 'static/config.json')
| -rw-r--r-- | static/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json new file mode 100644 index 00000000..058c9875 --- /dev/null +++ b/static/config.json @@ -0,0 +1,4 @@ +{ + "name": "Pleroma FE", + "theme": "base16-ashes.css" +} |
