kibibit: postmortem for jekyll bulma-theme
Testing code snippets (incident #3)
30/30/30
code-snippets
beautiful code snippets for embedding in html pages
This library depends on jQuery
at the moment. I’ll create an independent version later on.
how to use
include the following files in your html file:
<!-- IN HEADER -->
<link rel="stylesheet" href="/kb-code-snippets.css">
<!-- AFTER BODY -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.3.0/highlightjs-line-numbers.min.js'></script>
<script src="/kb-code-snippets.js"></script>
Heavily based on https://codepen.io/dark_mefody/pen/KRXbxX/