Jekyll

Enabling Custom Jekyll Plugins with TravisCI

I just learned about TravisCI (actually, about continuous integration (CI) in general) after attending Neurohackademy 2018. We learned about CI from the perspective of ensuring that your code builds properly when you update files in your packages, …

Rendering LaTex In Markdown Using Jekyll

In putting together this blog, I wanted to be able to talk about various mathematical topics that I found interesting, which inevitably lead to using LaTex in my posts. I’m currently using Atom as my editor (having converted from Sublime), and …