Skip to content

JSON & css file defaults

bluethefoxofficial edited this page Jun 7, 2020 · 7 revisions

Use these if you managed to break these files.

style.json

{

"name":"SIB(Sugar Image Board)",

"copyright":"BLUETHEFOX 2018-2020",

"defaultprofilepicture":"img/dpfp.png",

"logo":"img/SIB.png",

"backgroundcolour":"255,255,255,1",

"navbarcolour":"248, 249, 250, 1",

"navbarfontcolour":"030,030,030,1",

"bodyfontcolour":"255,255,255,1",

"bodycolour":"255,255,255,1",

"allowuploading":true,

"showlimit": 10,

"userlimit":0,

"nsfw": false,

"skipsearchscreen": false,

"background": "img/background.png"

}

config.json (CORE FILE YOU SHOULDNT BE EDITING IT)

{ "copyright":"COPYRIGHT",

"dbusername":"USERNAME FOR DATABASE",

"dbpassword":"PASSWORD FOR DATABASE",

"dbhost":"HOST",

"db":"DATABASE"

}

/style.css(external link)

external link

Clone this wiki locally