https://github.com/kenlog/moon
Modern theme for kanboard + syntax highlighting for Markdown code :moon:
https://github.com/kenlog/moon
kanboard kanboard-plugin kanboard-theme
Last synced: 17 days ago
JSON representation
Modern theme for kanboard + syntax highlighting for Markdown code :moon:
- Host: GitHub
- URL: https://github.com/kenlog/moon
- Owner: kenlog
- License: mit
- Created: 2018-07-30T05:46:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T17:16:59.000Z (7 months ago)
- Last Synced: 2025-03-30T11:08:49.092Z (24 days ago)
- Topics: kanboard, kanboard-plugin, kanboard-theme
- Language: CSS
- Homepage: https://kanboard.org
- Size: 267 KB
- Stars: 94
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Checkout our latest project
- [Global Search Plugin for Kanboard](https://github.com/kenlog/global-search-kanboard.git)
-----------[](https://github.com/kenlog/Moon/releases)
[](https://github.com/kenlog/Moon/blob/master/LICENSE)
[](https://github.com/kenlog/Moon/graphs/contributors)
[]()
[](https://github.com/kenlog/Moon/releases)# 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




Author
------------
- Valentino Pesce
- License MITRequirements
------------
Kanboard >= v1.0.48
Kanboard installed at a web server.
You can find the download at [kanboard.org](https://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](https://github.com/creecros/Customizer) pluginSyntax highlighting for Markdown code
------------
151 languages currently supported by Prism, with their corresponding alias, to use in place of xxxx
```diff
-```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:
```console
git clone https://github.com/kenlog/Moon.git
```
:bug: Reporting Issues
------------
Please [create an issue](https://github.com/kenlog/Moon/issues) for any bugs you've found.