You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
661 B
32 lines
661 B
this.hot = {
|
|
EMAIL: "lalc@doushio.com",
|
|
TITLES: {
|
|
moe: "/moe/ - Sweets",
|
|
gar: "/gar/ - Hard Work & Guts",
|
|
meta: "/meta/ - The Abyss",
|
|
archive: "/archive/",
|
|
graveyard: "/graveyard/",
|
|
staff: "/staff/",
|
|
},
|
|
/* Default theme to use on each board */
|
|
BOARD_CSS: {
|
|
moe: 'moe',
|
|
gar: 'gar',
|
|
meta: 'mawaru',
|
|
archive: 'archive',
|
|
graveyard: 'mawaru',
|
|
staff: 'moe',
|
|
},
|
|
|
|
/* Bump this version whenever you change base.css */
|
|
BASE_CSS_VERSION: 49,
|
|
/* Bump this version whenever you modify any existing theme CSS */
|
|
THEME_CSS_VERSION: 11,
|
|
|
|
INTER_BOARD_NAVIGATION: true,
|
|
|
|
SPECIAL_TRIPCODES: {
|
|
kyubey: "/人◕ ‿‿ ◕人\",
|
|
},
|
|
};
|