Skip to content

Instantly share code, notes, and snippets.

@psychobunny
Created May 23, 2014 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psychobunny/fe3e1c128df1ec32d51b to your computer and use it in GitHub Desktop.
Save psychobunny/fe3e1c128df1ec32d51b to your computer and use it in GitHub Desktop.
{
"id": "nodebb-plugin-blog-comments",
"name": "NodeBB Blog Comments",
"description": "Lets NodeBB act as a comments engine/widget for your blog.",
"url": "https://github.com/psychobunny/nodebb-plugin-blog-comments",
"library": "./library.js",
"hooks": [
{
"hook": "filter:admin.header.build", "method": "addAdminLink"
},
{
"hook": "filter:posts.custom_profile_info", "method": "addLinkbackToArticle"
},
{
"hook": "action:app.load", "method": "init"
}
],
"scripts": [
"public/lib/main.js"
],
"staticDirs": {
"templates": "./public/templates",
"lib": "./public/lib",
"css": "./public/css"
},
"templates": "./public/templates"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment