mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
update example config
This commit is contained in:
parent
ca7e584922
commit
5ee3422926
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
"instance": {
|
"instance": {
|
||||||
"title": "CatAsk",
|
"title": "CatAsk",
|
||||||
"description": "Ask me something!",
|
"description": "Ask me something!",
|
||||||
"image": "/static/icons/favicon/apple-touch-icon.png",
|
"image": "/static/icons/favicon/android-chrome-512x512.png",
|
||||||
"fullBaseUrl": "https://catask.localhost",
|
"fullBaseUrl": "https://catask.localhost",
|
||||||
"rules": ""
|
"rules": ""
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,8 @@
|
||||||
"bgDark": "#202020",
|
"bgDark": "#202020",
|
||||||
"navStyle": "underline",
|
"navStyle": "underline",
|
||||||
"tintColors": false,
|
"tintColors": false,
|
||||||
"infoBoxLayout": "column"
|
"infoBoxLayout": "column",
|
||||||
|
"homepageLayout": "catask"
|
||||||
},
|
},
|
||||||
"trimContentAfter": "50",
|
"trimContentAfter": "50",
|
||||||
"charLimit": "512",
|
"charLimit": "512",
|
||||||
|
|
Loading…
Add table
Reference in a new issue