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.
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.
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.
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.
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?
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!