Files
NodeBB/install/data/categories.json

98 lines
2.6 KiB
JSON
Raw Normal View History

2014-04-15 02:45:09 -04:00
[
{
"name": "Announcements",
2013-09-11 11:22:22 -04:00
"description": "Announcements regarding our community",
2013-12-03 14:23:16 -05:00
"bgColor": "#0059B2",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-bullhorn",
2013-10-07 17:48:11 -04:00
"order": 1
},
{
"name": "General Discussion",
"description": "A place to talk about whateeeever you want",
2013-12-03 14:23:16 -05:00
"bgColor": "#0059B2",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-comment",
2013-10-07 17:48:11 -04:00
"order": 2
},
{
"name": "NodeBB Development",
2013-09-11 11:22:22 -04:00
"description": "NodeBB development news and announcements",
2013-12-03 14:23:16 -05:00
"bgColor": "#0059B2",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-github",
2013-10-07 17:48:11 -04:00
"order": 3
},
{
"name": "Blogs",
2013-09-11 11:22:22 -04:00
"description": "Blog posts from individual members",
2013-12-03 14:23:16 -05:00
"bgColor": "#0059B2",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-pencil",
2013-10-07 17:48:11 -04:00
"order": 4
},
{
"name": "Feature Requests",
2013-09-11 11:22:22 -04:00
"description": "Got a feature request you'd like to see? Give us a shout here.",
2013-12-03 14:23:16 -05:00
"bgColor": "#ab1290",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-lightbulb-o",
2013-10-07 17:48:11 -04:00
"order": 5
},
{
"name": "Bug Reports",
2013-09-11 11:22:22 -04:00
"description": "Having trouble with NodeBB? Let us know...",
2013-12-03 14:23:16 -05:00
"bgColor": "#ab1290",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-cogs",
2013-10-07 17:48:11 -04:00
"order": 6
},
{
2013-09-11 11:22:22 -04:00
"name": "NodeBB Plugins",
"description": "Enhance your NodeBB with plugins!",
2013-12-03 14:23:16 -05:00
"bgColor": "#ab1290",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-plus-square",
2013-10-07 17:48:11 -04:00
"order": 7
},
{
"name": "NodeBB Link Exchange",
2013-09-11 11:22:22 -04:00
"description": "Link exchange",
2013-12-03 14:23:16 -05:00
"bgColor": "#ab1290",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-exchange",
2013-10-07 17:48:11 -04:00
"order": 8
},
{
"name": "News",
2013-09-11 11:22:22 -04:00
"description": "News from around the world",
2013-12-03 14:23:16 -05:00
"bgColor": "#004C66",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-globe",
2013-10-07 17:48:11 -04:00
"order": 9
},
{
"name": "Movies",
2013-09-11 11:22:22 -04:00
"description": "Discuss the latest movies here",
2013-12-03 14:23:16 -05:00
"bgColor": "#004C66",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-film",
2013-10-07 17:48:11 -04:00
"order": 10
},
{
"name": "Games",
2013-09-11 11:22:22 -04:00
"description": "Discuss the latest games here",
2013-12-03 14:23:16 -05:00
"bgColor": "#004C66",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-crosshairs",
2013-10-07 17:48:11 -04:00
"order": 11
},
{
"name": "Random",
2013-09-11 11:22:22 -04:00
"description": "Anything and (almost) everything welcome!",
2013-12-03 14:23:16 -05:00
"bgColor": "#004C66",
"color": "#fff",
2013-11-26 14:25:46 -05:00
"icon" : "fa-beer",
2013-10-07 17:48:11 -04:00
"order": 12
}
]