Skip to main content

javascript

2014

Adding Prism syntax highlighting to a Harp server
·488 words·3 mins
javascript
This website used to run on a webserver called Harp. While reading through the documentation page on using Markdown to write pages, I came across an interesting few lines near the bottom of the page, which discussed how to include fenced code blocks on a page:
A lesson learned in including javascript libraries properly
·453 words·3 mins
javascript
I figured I’d sit down and quickly add a navigation header to my site just to have it in place, so that I could add links to it later. After reading over the Bootstrap documentation, I thought it seemed rather straight-forward, so I quickly whipped up a few lines of Jade into a serviceable navigation header with a few link elements in it — one to the homepage and one to the blog portion.