Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arikaim/highlight-library

Highlight.js library for Arikaim CMS
https://github.com/arikaim/highlight-library

arikaim arikaim-cms cms

Last synced: about 1 month ago
JSON representation

Highlight.js library for Arikaim CMS

Awesome Lists containing this project

README

        

## Arikaim CMS Highlight.js library
![version: 1.0.0](https://img.shields.io/github/release/arikaim/highlight-library.svg)

[Highlight.js](https://highlightjs.org/usage) library for Arikaim CMS
[Prism](https://prismjs.com) library

#### Requirements
* [Arikaim CMS](https://github.com/arikaim/arikaim)

#### Install

```sh

composer require arikaim/highlight-library

```

#### Include in theme

In theme package file **arikaim-package.json**

add code

```json
"include": {
"library": [
"highlight"
]
}
```

for prism library

```json
"include": {
"library": [
"highlight:prism"
]
}
```