Modern theme for kanboard + syntax highlighting for Markdown code :dash:
Valentino Pesce a9ccf1e748 Update README.md | 3 bulan lalu | |
---|---|---|
.github | 5 tahun lalu | |
Assets | 4 tahun lalu | |
Template | 4 tahun lalu | |
LICENSE | 6 tahun lalu | |
Makefile | 6 tahun lalu | |
Plugin.php | 4 tahun lalu | |
README.md | 3 bulan lalu | |
_config.yml | 6 tahun lalu | |
config.php | 5 tahun lalu |
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/Nebula
plugins/Nebula
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/Nebula.git
Please create an issue for any bugs you've found.