Explore >> Select a destination


You are here

addyosmani.com
| | www.pragm.co
8.8 parsecs away

Travel
| | This is something from the technical SEO side of things: cumulative layout shift is a metric to help you figure out how visually stable your page is.
| | blog.dareboost.com
7.0 parsecs away

Travel
| | Have you ever started reading an exciting news article but then lose your line because all the text shifted downwards? This happens to me a lot, mostly because of ads loading around the content Im reading.
| | ahrefs.com
8.3 parsecs away

Travel
| | Cumulative Layout Shift measures the visual stability of a page as it loads, and it's a CWV metric Google uses.
| | aaronluna.dev
60.8 parsecs away

Travel
| Hugo includes a built-in syntax-highlighter called Chroma. Chroma is extremely fast since it is written in pure Go (like Hugo) and supports every language I can think of. Chroma's speed is especially important since syntax highlighters are notorious for causing slow page loads. However, it lacks one vital feature - an easy way to copy a code block to the clipboard. I decided to document my implementation using only vanilla JS since every blog post I found for this issue relied on jquery to parse the DOM,...