Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

crazy-max/docker-syntaxhighlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

55 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Latest Version Build Status Docker Stars Docker Pulls Code Quality
Become a sponsor Donate Paypal

โš ๏ธ Archived project

This project is not maintained anymore and is archived. Feel free to fork and make your own changes if needed.

About

๐Ÿณ Docker image to build the javascript SyntaxHighlighter plugin.
If you are interested, check out my other Docker images!

๐Ÿ’ก Want to be notified of new releases? Check out ๐Ÿ”” Diun (Docker Image Update Notifier) project!

Usage

The default Docker command run.sh will build all official brushes and themes as well as custom ones from assets folder :

$ docker run -it --rm \
  -v "$(pwd)/sxh:/syntaxhighlighter/dist" \
  crazymax/syntaxhighlighter:latest

You can also use the official building instructions commands with gulp to customize your build :

$ docker run -it --rm \
  -v "$(pwd)/sxh:/syntaxhighlighter/dist" \
  crazymax/syntaxhighlighter:latest
  gulp --help

Build

You can build this image yourself if you want :

$ docker build -t sxh -f ./Dockerfile .
$ docker run -it --rm \
  -v "$(pwd)/sxh:/syntaxhighlighter/dist" \
  sxh

How can I help ?

All kinds of contributions are welcome ๐Ÿ™Œ! The most basic way to show your support is to star ๐ŸŒŸ the project, or to raise issues ๐Ÿ’ฌ You can also support this project by becoming a sponsor on GitHub ๐Ÿ‘ or by making a Paypal donation to ensure this journey continues indefinitely! ๐Ÿš€

Thanks again for your support, it is much appreciated! ๐Ÿ™

License

MIT. See LICENSE for more details.

About

๐Ÿณ Docker image to build SyntaxHighlighter javascript plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published