Code Monkey home page Code Monkey logo

nodebb-theme-persona's Introduction

NodeBB Community theme

Installation

$ cd /path/to/nodebb/node_modules
$ git clone https://github.com/EffCreativeGroup/nodebb-theme-persona.git
$ cd nodebb-theme-persona
$ npm i
# Then start NodeBB and activate the theme via the /admin/appearance/themes page

For developers:

$ cd /path/to/nodebb/plugins
$ git clone https://github.com/EffCreativeGroup/nodebb-theme-persona.git
$ cd nodebb-theme-persona
$ npm i
$ npm link
$ cd /path/to/nodebb/node_modules
$ npm link nodebb-theme-persona
# Then start/restart NodeBB and activate the theme via the /admin/appearance/themes page

Modification of the theme

You are install theme to /path/to/nodebb/plugins and can change files of theme here.

After add changes you must restart NodeBB before you can see you changes on forum.

After ending of all work with theme you must:

  • Add you changes to git repository
  • Add this theme as dependency to package.json of NodeBB
  • Change theme of community to default
  • Remove link from node modules:
cd /path/to/nodebb/node_modules
npm unlink nodebb-theme-persona
  • Remove nodebb-theme-persona from /path/to/nodebb/plugins dir
  • Update community:
cd /path/to/nodebb/
./nodebb stop
npm install
npm upgrade
./nodebb build
./nodebb start
  • Change theme of community to Persona-Theme via the /admin/appearance/themes page

nodebb-theme-persona's People

Contributors

bia-effcreativve avatar

Watchers

James Cloos avatar Jonathan Kopnick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.