Add synatx highlighting

This commit is contained in:
2021-09-01 16:37:47 +01:00
parent 68ad78e0a3
commit 8531509fae
3 changed files with 91 additions and 4 deletions

View File

@@ -90,3 +90,11 @@ Then you just have to point a webserver at `output-dir`.
```
# make uninstall
```
## Acknowledgements
Default synatx highlighting is based off [Pygments](https://pygments.org/)' default theme and
made using Pandoc v2.7.2.
I found the theme [here](https://github.com/tajmone/pandoc-goodies/blob/master/skylighting/css/built-in-styles/pygments.css).
Pretty sure the link colours are taken from [thebestmotherfucking.website](https://thebestmotherfucking.website/).