diff options
author | qorg11 <qorg@vxempire.xyz> | 2021-12-09 15:26:10 +0100 |
---|---|---|
committer | qorg11 <qorg@vxempire.xyz> | 2021-12-09 15:26:10 +0100 |
commit | d4259128b8794ac3383d0e59ff4dccbbe62cabe7 (patch) | |
tree | f348eb44a3ef4338f2afb5a1b73aedb289de527f /index.md | |
parent | 2fb49645c312be9f4435c55b48c67e1e61170f9c (diff) | |
download | kill9-d4259128b8794ac3383d0e59ff4dccbbe62cabe7.tar.gz kill9-d4259128b8794ac3383d0e59ff4dccbbe62cabe7.tar.bz2 kill9-d4259128b8794ac3383d0e59ff4dccbbe62cabe7.tar.zst |
Added the prettify JS lib for syntax highlighting and a disclaimer in the index
Diffstat (limited to 'index.md')
-rw-r--r-- | index.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -14,6 +14,18 @@ license. Images might or might not be under that license. Any article in this website is WIP. And they will always be WIP. +# JavaScript usage in this site + +In some articles, there might be a <script> tag, this is a JS +script which allows syntax highligthing without great pain. The script +is the [pretiffy +library](https://github.com/googlearchive/code-prettify). Which is +licensed under the Apache License 2.0. The .js file is stored in the +local server so you won't be requesting a CDN or anything like that. + +Obviously, this JS is **completely optional** and you can read the +articles without it, you just won't see the syntax highligthing. + # Contact We have an IRC channel: `#kill-9` in irc.rizon.net |