Articles

Tailwind CSS vs Bootstrap: Why Tailwind Is Better For Teams

July 14, 2020 · 2 min read
Gridsome is a modern static site generator based on Vue. It has functionality that allows easy development of fast websites, and loading data from various sources. Learn the basics and build a static site with this guide.

How to Add Tags to Your Posts In Gridsome [2021 Guide]

July 10, 2020 · Updated February 17, 2021 · 3 min read
The concept we need for categories and tags in Gridsome is taxonomy pages. Every node in Gridsome's GraphQL Schema has a belongsTo field that shows which other nodes are referencing it.

How Morning Pages Give Me Clarity and Focus

July 7, 2020 · 2 min read
I've written morning pages over 100 times this year. They help me to start my day in the right mood, free up my brain's capacity by writing every thought down instead of keeping it in my head, and warm me up for creative work.

How to Add Styling to Your Code Blocks in Gridsome [With Shiki]

July 3, 2020 · Updated February 17, 2021 · 3 min read
Your code editor has syntax-highlighting. The code in your blog posts should have syntag-highlighting, too.

Why Can't I Pull The Scratch Docker Image?

June 30, 2020 · 1 min read
So, you have read of the `scratch` Docker image and tried out a `docker pull scratch`, which failed. What happened? And why?

Host Google Fonts Yourself For Performance and Privacy In Your Gridsome Blog

June 26, 2020 · 3 min read
As of May 2020, at least 88 Million Websites use Google Fonts. Apart from the privacy reasons, soon using a CDN other than your own won’t bring you any performance benefits. So let’s host Google Fonts ourselves!