Faster Netlify builds
Slowly but surely, I’ve been chipping away at my site’s build time on Netlify.
There’s little left for me to optimize until Jekyll drops some nice updates in version 4.0. I’ve cached the rendering of Liquid includes…
An archive of posts related to Jekyll, a Ruby Gem that transforms plain text into static websites and blogs.
Slowly but surely, I’ve been chipping away at my site’s build time on Netlify.
There’s little left for me to optimize until Jekyll drops some nice updates in version 4.0. I’ve cached the rendering of Liquid includes…
While inspecting the markup of some syntax highlighted code blocks I noticed something I hadn’t before, language-lexer classes:
<div class="language-css highlighter-rouge">
<pre class="highlight">
<code>.foo { color: red; }</code>
</pre>
</div>This extra hook1 on the <div>…
While investigating ways of using static files with Jekyll for a site prototype I was building, I learned that site.static_files was a thing. What is it and…
The question of how to write a list inside of a table cell with Kramdown recently came up in a thread on Jekyll Talk — prompting me to look…
You know what sucks? Maintaining two separate branches of an open source project, just to host its source code and documentation together…