Socket
Socket
Sign inDemoInstall

nodebb-theme-sin-faltas

Package Overview
Dependencies
0
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nodebb-theme-sin-faltas

Template to SinFaltas Forum


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
21.3 kB
Created
Weekly downloads
 

Readme

Source

Quickstart Theme for NodeBB

This repository contains all of the preparatory work for a theme based off of the Persona theme. If you'd like to base your theme off another supported theme instead, switch to the appropriate branch:

Fork it to create your own theme based off of it!

Some things to change

  • You should rename this theme from quickstart to something else. Change all instances of that word in the following files:
    • package.json
    • plugin.json
    • theme.json

When you're done...

Be sure to add some other metadata to the package.json, like this:

"author": {
    "name": "Your Name",
    "email": "Your Email",
    "url": "Your website"
},
"repository": {
    "type": "git",
    "url": "https://github.com/{your-username}/{your-repository}"
},
"bugs": {
    "url": "https://github.com/{your-username}/{your-repository}/issues"
}

Also, add a screenshot! Take a picture of your theme, and save it as "screenshot.png" in the root of your theme folder, then add this to theme.json:

"screenshot": "screenshot.png"

FAQs

Last updated on 10 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc