Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arikaim/highlight-library
- Owner: arikaim
- License: bsd-3-clause
- Created: 2020-01-15T11:39:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T19:52:33.000Z (11 months ago)
- Last Synced: 2024-05-01T11:43:58.840Z (8 months ago)
- Topics: arikaim, arikaim-cms, cms
- Language: JavaScript
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
```