diff --git a/content/assets/stylesheets/includes/blogpost.scss b/content/assets/stylesheets/includes/blogpost.scss index 4a083ae..0b4fbd9 100644 --- a/content/assets/stylesheets/includes/blogpost.scss +++ b/content/assets/stylesheets/includes/blogpost.scss @@ -4,6 +4,14 @@ } } +#markdown-toc { + @extend .menu-list; + + &, ul { + list-style: none; + } +} + dl { dt { display: inline; diff --git a/content/posts/16-17/how-do-i-browser.md b/content/posts/16-17/how-do-i-browser.md index 5ae95a5..6ee11b5 100644 --- a/content/posts/16-17/how-do-i-browser.md +++ b/content/posts/16-17/how-do-i-browser.md @@ -5,7 +5,10 @@ author: Lorin Werthen created_at: 25-10-2016 --- -# Dingen +* x +{:toc} + +# Intro It's 2016. We have hoverboards, selfie sticks, way too many JavaScript package managers and an obsession for ironic humor. In these dark days, we should search for those things that truly make us happy, like finding that near perfect web browser. @@ -19,6 +22,8 @@ In this post we compare the usual contenders, together with some cool, groovy, n * Brave * qutebrowser +# Comparison + ## Google Chrome/Chromium Ah good old Chrom{e,ium}. Whether you go for the open source or the corporate version, you're getting a damn good browser. Most websites seem to be designed with Chrome (or just WebKit browsers in general) in mind. The **Chrome Web Store** is without a doubt the most mature web store with thousands upon thousands of extensions.