Theme for Kanboard

Valentino Pesce 4a84c4f133 Update README.md 3 ay önce
.github a26361a7b1 Create FUNDING.yml 5 yıl önce
Assets bc25ffdf58 fix color code 6 yıl önce
Template 884001393d change name repository 6 yıl önce
LICENSE 87fb644dc6 Create LICENSE 6 yıl önce
Makefile 884001393d change name repository 6 yıl önce
Plugin.php f0037477e7 update version number 6 yıl önce
README.md 4a84c4f133 Update README.md 3 ay önce
config.php 706ba6cdb3 updated logo 6 yıl önce

README.md

Checkout our latest project

Latest release GitHub license Maintenance [Open Source Love]() Downloads

Oxygen plugin for Kanboard

Donate with PayPal button

This theme allows you to add special features like replacing the logo and adds syntax highlighting for Markdown code.

Screenshot

dashboard board task1 task2 task3

Author

  • Valentino Pesce
  • License MIT

Requirements

Kanboard >= v1.2.5
Kanboard installed at a web server. You can find the download at kanboard.org

Installation

You have the choice between 3 methods:

  1. Install the plugin from the Kanboard plugin manager in one click
  2. Download the zip file and decompress everything under the directory plugins/Oxygen
  3. Clone this repository into the folder plugins/Oxygen

Note: Plugin folder is case-sensitive.
Important: remove all unused themes

Add options for the theme

  • Replace the KB logo with your own logo
    For more information have a look in the config.php

Syntax highlighting for Markdown code

151 languages currently supported by Prism, with their corresponding alias, to use in place of xxxx

-```xxxx
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
-```
+```php
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
+```

:star: If you like it, do not forget to give a star on GitHub!

:construction_worker: Any contribution will be highly appreciated

Clone the repository:

git clone https://github.com/kenlog/Oxygen.git

:bug: Reporting Issues

Please create an issue for any bugs you've found.