Jan 13th, 2020
I just launched my new website. It's still a work in progress, but it's much nicer to work with than the older version. It uses Vuepress (opens new window) to manage its content and theme.
I can use code blocks with syntax highlighting:
let testFunction = (name) => {
window.alert(name)
window.console.info(name)
}
I can also type math with TeX-style syntax, which gets converted into inline math like