aboutsummaryrefslogtreecommitdiff
path: root/src/js/main.js
blob: 6539cf2ca4c0cc67ea4ce915cb9dde0fa4bb7b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import {Even} from './even.js'

import '../css/style.scss'

$(document).ready(function () {
  Even.backToTop()
  Even.mobileNavbar()
  Even.beforeToc()
  Even.toc()
  Even.fancybox()
})

hljs.initHighlighting()
Even.highlight()