Copyright 2018 Dries007
Based on highlightjs, highlightjs-line-numbers.
Written in about a day because I wanted to display my code pretty for my Master Thesis.
When combined with some nginx configuration, all the clever bits happen client side.
Inspired by https://stackoverflow.com/a/41532293
Feel free to use under terms of MIT license, with link back to this repo.
There is a screenshot down below!
- Edit the python file to include the languages & styles you want to use.
- Run the python file.
- Include the output file in an Nginx
server
block. - Magic!