Moon plugin (modern theme for kanboard) This theme allows you to add special features like replacing the logo and adds syntax highlighting for Markdown code.

Valentino Pesce 0478d1ffc8 FIX plugin folder 9 months ago
.github db7916cce9 Update FUNDING.yml 4 years ago
Assets 031f074b23 Update monokai theme syntax highlighting 3 years ago
Template b8b2af624c Update layout.php 10 months ago
LICENSE e390e2f713 first commit 5 years ago
Makefile e390e2f713 first commit 5 years ago
Plugin.php 0478d1ffc8 FIX plugin folder 9 months ago
README.md c5642b4b40 Update README.md 4 years ago
_config.yml ac03b7638f Update _config.yml 5 years ago
config.php f0c9163771 Prefix logo path with a slash 4 years ago

README.md

Checkout our latest project

  • With DocPHT you can take notes and quickly document anything and without the use of any database. -----------

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

Donate with PayPal button

Moon plugin (modern theme for kanboard)

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.0.48
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/Moon
  3. Clone this repository into the folder plugins/Moon

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

    Supports the Customizer plugin

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/Moon.git

:bug: Reporting Issues

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