|
|
|
@ -3,72 +3,84 @@
|
|
|
|
|
"name": "Announcements",
|
|
|
|
|
"description": "Announcements regarding our community",
|
|
|
|
|
"blockclass": "category-blue",
|
|
|
|
|
"icon" : "icon-bullhorn"
|
|
|
|
|
"icon" : "icon-bullhorn",
|
|
|
|
|
"order": 1
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "General Discussion",
|
|
|
|
|
"description": "A place to talk about whateeeever you want",
|
|
|
|
|
"blockclass": "category-blue",
|
|
|
|
|
"icon" : "icon-comment"
|
|
|
|
|
"icon" : "icon-comment",
|
|
|
|
|
"order": 2
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "NodeBB Development",
|
|
|
|
|
"description": "NodeBB development news and announcements",
|
|
|
|
|
"blockclass": "category-blue",
|
|
|
|
|
"icon" : "icon-github"
|
|
|
|
|
"icon" : "icon-github",
|
|
|
|
|
"order": 3
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Blogs",
|
|
|
|
|
"description": "Blog posts from individual members",
|
|
|
|
|
"blockclass": "category-blue",
|
|
|
|
|
"icon" : "icon-pencil"
|
|
|
|
|
"icon" : "icon-pencil",
|
|
|
|
|
"order": 4
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Feature Requests",
|
|
|
|
|
"description": "Got a feature request you'd like to see? Give us a shout here.",
|
|
|
|
|
"blockclass": "category-purple",
|
|
|
|
|
"icon" : "icon-lightbulb"
|
|
|
|
|
"icon" : "icon-lightbulb",
|
|
|
|
|
"order": 5
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Bug Reports",
|
|
|
|
|
"description": "Having trouble with NodeBB? Let us know...",
|
|
|
|
|
"blockclass": "category-purple",
|
|
|
|
|
"icon" : "icon-cogs"
|
|
|
|
|
"icon" : "icon-cogs",
|
|
|
|
|
"order": 6
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "NodeBB Plugins",
|
|
|
|
|
"description": "Enhance your NodeBB with plugins!",
|
|
|
|
|
"blockclass": "category-purple",
|
|
|
|
|
"icon" : "icon-plus-sign"
|
|
|
|
|
"icon" : "icon-plus-sign",
|
|
|
|
|
"order": 7
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "NodeBB Link Exchange",
|
|
|
|
|
"description": "Link exchange",
|
|
|
|
|
"blockclass": "category-purple",
|
|
|
|
|
"icon" : "icon-exchange"
|
|
|
|
|
"icon" : "icon-exchange",
|
|
|
|
|
"order": 8
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "News",
|
|
|
|
|
"description": "News from around the world",
|
|
|
|
|
"blockclass": "category-darkblue",
|
|
|
|
|
"icon" : "icon-globe"
|
|
|
|
|
"icon" : "icon-globe",
|
|
|
|
|
"order": 9
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Movies",
|
|
|
|
|
"description": "Discuss the latest movies here",
|
|
|
|
|
"blockclass": "category-darkblue",
|
|
|
|
|
"icon" : "icon-film"
|
|
|
|
|
"icon" : "icon-film",
|
|
|
|
|
"order": 10
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Games",
|
|
|
|
|
"description": "Discuss the latest games here",
|
|
|
|
|
"blockclass": "category-darkblue",
|
|
|
|
|
"icon" : "icon-screenshot"
|
|
|
|
|
"icon" : "icon-screenshot",
|
|
|
|
|
"order": 11
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Random",
|
|
|
|
|
"description": "Anything and (almost) everything welcome!",
|
|
|
|
|
"blockclass": "category-darkblue",
|
|
|
|
|
"icon" : "icon-beer"
|
|
|
|
|
"icon" : "icon-beer",
|
|
|
|
|
"order": 12
|
|
|
|
|
}
|
|
|
|
|
]
|