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 6966f3c25e Update README.md | vor 3 Monaten | |
---|---|---|
.github | vor 5 Jahren | |
Assets | vor 4 Jahren | |
Template | vor 1 Jahr | |
LICENSE | vor 6 Jahren | |
Makefile | vor 6 Jahren | |
Plugin.php | vor 1 Jahr | |
README.md | vor 3 Monaten | |
_config.yml | vor 6 Jahren | |
config.php | vor 5 Jahren |
This theme allows you to add special features like replacing the logo and adds syntax highlighting for Markdown code.
Kanboard >= v1.0.48
Kanboard installed at a web server.
You can find the download at kanboard.org
You have the choice between 3 methods:
plugins/Moon
plugins/Moon
Note: Plugin folder is case-sensitive.
Important: remove all unused themes
Replace the KB logo with your own logo
For more information have a look in the config.php
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";
}
}
+```
Clone the repository:
git clone https://github.com/kenlog/Moon.git
Please create an issue for any bugs you've found.